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 9bc898cdae - Show all commits

View File

@ -37,6 +37,7 @@ def merge_task_layer(
source_col = bpy.data.collections[f"{col_base_name}.{source_suffix}"]
target_col = bpy.data.collections.new(f"{col_base_name}.{target_suffix}")
# TODO Make sure we preserve the collection hirearchies instead of having one flat col
# Link Target as new Active Collection
context.scene.collection.children.link(target_col)
context.scene.collection.children.unlink(local_col)