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 1a35ca5aa4 - Show all commits

View File

@ -347,7 +347,6 @@ class ASSETPIPE_OT_reset_ownership(bpy.types.Operator):
def execute(self, context: bpy.types.Context): def execute(self, context: bpy.types.Context):
objs = context.selected_objects objs = context.selected_objects
for obj in objs: for obj in objs:
obj = context.active_object
obj.asset_id_owner = "NONE" obj.asset_id_owner = "NONE"
obj.transfer_data_ownership.clear() obj.transfer_data_ownership.clear()
self.report( self.report(