Asset Pipeline: Improve Push Operator UI #199

Merged
Showing only changes of commit 9b8a3c3929 - Show all commits

View File

@ -325,7 +325,8 @@ 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 the current Task Layer to the published sync target"""
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 = []