mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-02 19:52:51 +08:00
Fix blendshape sync not using remapped names for animations
This commit is contained in:
parent
880770ed01
commit
1a114b65fe
@ -94,7 +94,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
_bindingMappings[srcBinding] = dstBindings;
|
_bindingMappings[srcBinding] = dstBindings;
|
||||||
}
|
}
|
||||||
|
|
||||||
dstBindings.Add(new SummaryBinding(targetObj, binding.Blendshape));
|
dstBindings.Add(new SummaryBinding(targetObj, binding.LocalBlendshape));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user