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 b357c6dcf6 - Show all commits

View File

@ -564,6 +564,10 @@ def transfer_shape_key(
] ]
val = mathutils.Vector(sum(np.array(vals_weighted))) val = mathutils.Vector(sum(np.array(vals_weighted)))
sk_target.data[i].co = vert.co + val sk_target.data[i].co = vert.co + val
if source_obj.data.shape_keys is None:
return
fcurves = find_drivers( fcurves = find_drivers(
source_obj.data.shape_keys, source_obj.data.shape_keys,
'key_blocks', 'key_blocks',