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.
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 0ca61bccc5 - Show all commits

View File

@ -26,6 +26,7 @@ def remove_old_ownership(obj, task_layer_name):
def get_ownership(local_col: str, task_layer_name: str):
# TODO Collect ID owners of newly added objects and set during set_ownership
new_transfer_data: Dict[bpy.props.CollectionProperty, str, str, str, str] = {}
for obj in local_col.all_objects:
remove_old_ownership(obj, task_layer_name)

View File

@ -9,6 +9,7 @@ class ASSETPIPE_PT_TestUI(bpy.types.Panel):
bl_category = 'Asset Pipe 2'
bl_label = "Test UI"
# TODO Move UI for inspecting Object Ownership to seperate panel
def draw(self, context: bpy.types.Context) -> None:
layout = self.layout
layout.label(