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 30eb7c7f85 - Show all commits

View File

@ -706,6 +706,7 @@ class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
continue continue
# TODO Update Prefixes when setting new ownership # TODO Update Prefixes when setting new ownership
transfer_data_item_to_update.owner = self.owner_selection transfer_data_item_to_update.owner = self.owner_selection
task_layer_prefix_transfer_data_update(transfer_data_item_to_update)
return {'FINISHED'} return {'FINISHED'}