Asset Pipeline v2 #145
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user