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 6c6c866936 - Show all commits

View File

@ -28,8 +28,8 @@ def apply_transfer_data(
transfer_functions.transfer_vertex_group(
context=context,
vertex_group_name=item.name,
target_obj=target_obj,
source_obj=item.id,
obj_source=target_obj,
obj_target=item.id,
)
if item.type == "MODIFIER":
transfer_functions.transfer_modifier(item, target_obj)