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.
Showing only changes of commit 0340893b56 - Show all commits

View File

@ -62,6 +62,7 @@ def init_transfer_data(
task_layer_name (str): Name of task layer task_layer_name (str): Name of task layer
temp_transfer_data: Item of class ASSET_TRANSFER_DATA_TEMP 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_vertex_groups(scene, obj)
transfer_functions.init_material_slots(scene, obj) transfer_functions.init_material_slots(scene, obj)
transfer_functions.init_modifiers(scene, obj) transfer_functions.init_modifiers(scene, obj)