Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Remove unnecessary name overrides in vrm autoconversion #10356

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/engine/src/avatar/AvatarBoneMatching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ export default function avatarBoneMatching(asset: VRM | GLTF): VRM | GLTF {
if (removeSuffix) boneName = boneName.slice(0, 9) + target.name.slice(10)
const bone = mixamoVRMRigMap[boneName] as string
if (bone) {
target.name = bone
bones[bone] = { node: target } as VRMHumanBone
}
})
Expand Down
Loading