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