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

View File

@ -42,7 +42,8 @@ def update_task_layer_objects(
transfer_objs: list[bpy.types.Object], transfer_objs: list[bpy.types.Object],
target_tl: str, target_tl: str,
): ):
# TODO CHECK WHY MAKE DUPLICATES # TODO CHECK WHY MAKE DUPLICATES ON PULL
# Delete existing root OBJ # Delete existing root OBJ
for target_obj in target_col.objects: for target_obj in target_col.objects:
obj_root_name = target_obj.name.split('.')[0] obj_root_name = target_obj.name.split('.')[0]