Asset Pipeline v2 #145
@ -179,6 +179,9 @@ def merge_task_layer(
|
||||
local_col = bpy.data.collections[f"{col_base_name}.{local_suffix}"]
|
||||
external_col = bpy.data.collections[f"{col_base_name}.{external_suffix}"]
|
||||
|
||||
# External col may come from publish, ensure it is not marked as asset so it purges correctly
|
||||
external_col.asset_clear()
|
||||
|
||||
map = AssetTransferMapping(local_col, external_col, local_tls)
|
||||
error_msg = ''
|
||||
if len(map.conflict_transfer_data) != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user