Asset Pipeline v2 #145
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user