Asset Pipeline: Improve Push Operator UI #199
@ -325,8 +325,7 @@ class ASSETPIPE_OT_sync_pull(bpy.types.Operator):
|
|||||||
class ASSETPIPE_OT_sync_push(bpy.types.Operator):
|
class ASSETPIPE_OT_sync_push(bpy.types.Operator):
|
||||||
bl_idname = "assetpipe.sync_push"
|
bl_idname = "assetpipe.sync_push"
|
||||||
bl_label = "Push & Pull from Publish"
|
bl_label = "Push & Pull from Publish"
|
||||||
bl_description = """Push & Pull 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"""
|
||||||
File will be saved as part of the Push process"""
|
|
||||||
|
|
||||||
_temp_transfer_data = None
|
_temp_transfer_data = None
|
||||||
_invalid_objs = []
|
_invalid_objs = []
|
||||||
|
Loading…
Reference in New Issue
Block a user