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 bd2e94d1de - Show all commits

View File

@ -83,7 +83,6 @@ class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
# TODO Early Return no Sync Target is found
bl_idname = "assetpipe.sync_with_publish"
bl_label = "Sync with Publish"
bl_description = """Push and or Pull data from Published file. Will prompt with a list of new data found before pushing"""