Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 4394990758 - Show all commits

View File

@ -85,7 +85,8 @@ class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
bl_idname = "assetpipe.sync_with_publish"
bl_label = "Sync with Publish"
bl_description = """Push and or Pull data from Published file. Will prompt with a list of new data found before pushing"""
bl_description = """'Push'band or 'Pull' data from Published file. Will prompt with a list of new data found before pushing
During 'Push' current blender session will revert to the last saved file and clear the current undo history"""
_temp_transfer_data = None
_invalid_objs = []