Asset Pipeline v2 #145
@ -84,8 +84,7 @@ def merge_task_layer(
|
|||||||
external_suffix = constants.EXTERNAL_SUFFIX
|
external_suffix = constants.EXTERNAL_SUFFIX
|
||||||
asset_suffix.add_suffix_to_hierarchy(local_col, local_suffix)
|
asset_suffix.add_suffix_to_hierarchy(local_col, local_suffix)
|
||||||
|
|
||||||
import_data_from_lib(target_file, "collections", col_base_name)
|
appended_col = import_data_from_lib(target_file, "collections", col_base_name)
|
||||||
appended_col = bpy.data.collections[col_base_name] # find appended data
|
|
||||||
asset_suffix.add_suffix_to_hierarchy(appended_col, external_suffix)
|
asset_suffix.add_suffix_to_hierarchy(appended_col, external_suffix)
|
||||||
|
|
||||||
local_col = bpy.data.collections[f"{col_base_name}.{local_suffix}"]
|
local_col = bpy.data.collections[f"{col_base_name}.{local_suffix}"]
|
||||||
|
Loading…
Reference in New Issue
Block a user