From aa6379b519e980c9c4a87e6ab994b8e600760d6e Mon Sep 17 00:00:00 2001 From: memelotsqui Date: Tue, 12 Mar 2024 18:07:14 -0600 Subject: [PATCH] restore root rename fix --- src/library/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/library/utils.js b/src/library/utils.js index a2618191..41898242 100644 --- a/src/library/utils.js +++ b/src/library/utils.js @@ -626,7 +626,6 @@ export const createBoneDirection = (skinMesh) => { export const renameVRMBones = (vrm) => { const bones = vrm.humanoid.humanBones; - bones['hips'].node.parent.name = "root"; // // if user didnt define upprChest bone just make sure its not included if (bones['upperChest'] == null){ // just check if the parent bone of 'neck' is 'chest', this would mean upperChest doesnt exist,