Asset Pipeline v2 #145
@ -149,8 +149,6 @@ class ASSETPIPE_OT_publish_new_version(bpy.types.Operator):
|
|||||||
items=constants.PUBLISH_TYPES,
|
items=constants.PUBLISH_TYPES,
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO use published types to publish to different folders
|
|
||||||
|
|
||||||
def invoke(self, context: bpy.types.Context, event: bpy.types.Event):
|
def invoke(self, context: bpy.types.Context, event: bpy.types.Event):
|
||||||
return context.window_manager.invoke_props_dialog(self, width=400)
|
return context.window_manager.invoke_props_dialog(self, width=400)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user