The right thigh is rotated outwards
NathanLovato opened this issue · 3 comments
@NathanLovato I looked into the issue. Whenever I import the glb file in blender and switch to the idle_root animation, the right thigh is rotated 103 degrees around the Y axis.
. I was able to fix it by resetting the rotations of the thigh, shin, and feet and updating the keyframes. I had a bit of trouble exporting the materials properly but the animations stored in this file should be good.
If a user wants to fix the issue on their local copy before the issue is fixed, all they need to do is import this new mannequin with godot and select "Files" for the animation storage option, then overwrite the existing idle_root animation with the new one
I can verify that the fixed files do indeed work and fix the outwards rotation issue.
Thanks much! The problem had to do with the importers back when we made the project, I had to use an alpha version of Blender back then that was bringing many improvements to the gltf exporter. Feel free to open a PR that updates the mesh, otherwise, I'll take care of it in the coming days.