Asset Pipeline: Improve Push Operator UI #199

Merged
Showing only changes of commit 5b4872445c - Show all commits

View File

@ -365,7 +365,7 @@ class ASSETPIPE_OT_sync_push(bpy.types.Operator):
def draw(self, context: bpy.types.Context):
prefs = get_addon_prefs()
if prefs.is_advanced_mode:
self.layout.prop(self, "pull")
sync_draw(self, context)