Asset Pipeline v2 #145
@ -47,6 +47,7 @@ def merge_task_layer(
|
||||
external_col = bpy.data.collections[f"{col_base_name}.{external_suffix}"]
|
||||
|
||||
# TODO Make sure we preserve the collection hirearchies instead of having one flat col
|
||||
# TODO Consider re-adding the TARGET collection
|
||||
map = AssetTransferMapping(local_col, external_col, local_tls)
|
||||
|
||||
# Find Transfer Data
|
||||
|
@ -3,6 +3,7 @@ import bpy
|
||||
from . import transfer_functions, asset_suffix
|
||||
|
||||
|
||||
# TODO Consider using transfer mapping here instead of matching suffixes
|
||||
def update_transfer_data_ownership(transfer_data_item, target_obj: bpy.types.Object):
|
||||
ownership = target_obj.transfer_data_ownership
|
||||
transfer_items_names = [item.name for item in ownership]
|
||||
|
Loading…
Reference in New Issue
Block a user