Fix blendshape sync not using remapped names for animations

This commit is contained in:
bd_ 2022-12-17 16:52:14 +09:00
parent 880770ed01
commit 1a114b65fe

View File

@ -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));
} }
} }