Asset Pipeline: Improve Push Operator UI #199

Merged
Showing only changes of commit c3e0ef190a - Show all commits

View File

@ -325,8 +325,7 @@ class ASSETPIPE_OT_sync_pull(bpy.types.Operator):
class ASSETPIPE_OT_sync_push(bpy.types.Operator):
bl_idname = "assetpipe.sync_push"
bl_label = "Push & Pull from Publish"
bl_description = """Push & Pull the current Task Layer to the published sync target.
File will be saved as part of the Push process"""
bl_description = """Push & Pull the current Task Layer to the published sync target. File will be saved as part of the Push process"""
_temp_transfer_data = None
_invalid_objs = []