Asset Pipeline v2 #145
@ -347,7 +347,6 @@ class ASSETPIPE_OT_reset_ownership(bpy.types.Operator):
|
||||
def execute(self, context: bpy.types.Context):
|
||||
objs = context.selected_objects
|
||||
for obj in objs:
|
||||
obj = context.active_object
|
||||
obj.asset_id_owner = "NONE"
|
||||
obj.transfer_data_ownership.clear()
|
||||
self.report(
|
||||
|
Loading…
Reference in New Issue
Block a user