Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 39b1b01639 - Show all commits

View File

@ -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)