mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
chore: refine condition on Heuristic Bone Mapper's exact humanoid bone matching
This commit is contained in:
parent
3ef94d99dd
commit
b4b7a24a22
@ -365,7 +365,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
if (avatarAnimator != null)
|
||||
{
|
||||
var avatarBone = avatarAnimator.GetBoneTransform(humanoidBone);
|
||||
if (avatarBone != null)
|
||||
if (avatarBone != null && unassigned.Contains(avatarBone))
|
||||
{
|
||||
mappings[child] = avatarBone;
|
||||
unassigned.Remove(avatarBone);
|
||||
|
Loading…
x
Reference in New Issue
Block a user