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.
2 changed files with 1 additions and 1 deletions
Showing only changes of commit de42c0a7d9 - Show all commits

View File

@ -52,6 +52,7 @@ def ownership_get(
task_layer_col_name = get_dict_tuple_item(
constants.TASK_LAYER_TYPES, task_layer_name
)[1]
scene.asset_pipeline.temp_transfer_data.clear()
task_layer_col = local_col.children.get(task_layer_col_name)
for obj in local_col.all_objects:
# Mark Asset ID Owner for objects in the current task layers collection

View File

@ -62,7 +62,6 @@ def init_transfer_data(
task_layer_name (str): Name of task layer
temp_transfer_data: Item of class ASSET_TRANSFER_DATA_TEMP
"""
scene.asset_pipeline.temp_transfer_data.clear()
transfer_functions.init_vertex_groups(scene, obj)
transfer_functions.init_material_slots(scene, obj)
transfer_functions.init_modifiers(scene, obj)