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

View File

@ -231,7 +231,7 @@ class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
class ASSETPIPE_OT_update_ownership(bpy.types.Operator):
bl_idname = "assetpipe.update_ownership"
bl_label = "Update Onwership"
bl_label = "Update Ownership"
bl_description = """Update the Ownership of Objects and Transfer Data"""
_temp_transfer_data = None