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

View File

@ -122,6 +122,7 @@ class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
for task_layer_key in config.TASK_LAYER_TYPES:
bpy.data.collections.new(task_layer_key)
task_layer_col = bpy.data.collections.get(task_layer_key)
task_layer_col.asset_id_owner = task_layer_key
asset_col.children.link(task_layer_col)
starting_file = ""