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 5b8b790397 - Show all commits

View File

@ -26,7 +26,6 @@ def remove_old_ownership(obj, task_layer_name):
def get_ownership(local_col: str, task_layer_name: str, new_transfer_data):
# TODO Collect ID owners of newly added objects and set during set_ownership
for obj in local_col.all_objects:
remove_old_ownership(obj, task_layer_name)
transfer_functions.get_vertex_groups(obj, task_layer_name, new_transfer_data)