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 2d9b73aed2 - Show all commits

View File

@ -619,10 +619,6 @@ class ASSETPIPE_OT_update_surrendered_transfer_data(bpy.types.Operator):
return {'FINISHED'} return {'FINISHED'}
def get_task_layer_types(self, context):
return
class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator): class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
bl_idname = "assetpipe.batch_ownership_change" bl_idname = "assetpipe.batch_ownership_change"
bl_label = "Batch Set Ownership" bl_label = "Batch Set Ownership"