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

View File

@ -635,7 +635,7 @@ class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
layout = self.layout layout = self.layout
layout.row(align=True).prop(self, "data_source", expand=True) layout.row(align=True).prop(self, "data_source", expand=True)
layout.prop(self, "data_type", text="Update Owner of") layout.prop(self, "data_type", expand=True)
box = layout.box() box = layout.box()