Why is blender rigged animation distorted when exported as GLTF?

穿精又带淫゛_ 提交于 2019-12-22 09:53:26

问题


I created an animation in Blender with armature rigging. When I test it in Blender by pressing Alt-A, it works perfectly fine. However, when I export it as a .glb using the KhronosGroup GLTF exporter, the resulting animation is distorted (e.g., limbs are disconnected and moving in a weird way).

Why is this happening (and how can I fix it)?

For the past two days, I have been trying solutions from similar questions (such as applying location/rotation/scale with Ctrl-A, or deleting the Armature modifier on the mesh) but none of them have worked for me.

Links:

Here is a link to a screen-recording of what the animation should look like (this is me playing it in Blender): https://github.com/kylejlin/hosting-for-my-stackoverflow-questions/blob/master/correct-animation.mov

Here is a link to a screen-recording of what the animation actually looks like (this is me testing the exported .glb in the browser with Three.js): https://github.com/kylejlin/hosting-for-my-stackoverflow-questions/blob/master/distorted-animation.mov

Here is the .blend file: https://github.com/kylejlin/hosting-for-my-stackoverflow-questions/blob/master/soldier.blend

Here is the exported .glb file: https://github.com/kylejlin/hosting-for-my-stackoverflow-questions/blob/master/soldier.glb


回答1:


I looked at your setup a bit more.. I see you have a few IK bones that are partially driving the animation. Those won't translate correctly, and will have to have the IK baked into the animation. I also investigated the mirror modifier and realize the problem there.. to get the mirrored object to export, you have to click the "apply modifiers" checkbox, but that ALSO applies the Armature modifier, which distorts the mesh so you get the wrong mesh out. To fix that you have to apply the mirror modifier manually in blender, then export Without "apply modifiers" checked. Once you do that, and once you bake the IK into the animation, you might get it to work.

I've done the IK baking in the past but forget exactly how it works, but here's a starting point: https://blenderartists.org/t/bake-ik-to-fk/587226

fwiw Here is the .glb when I pre-applied the mirror modifier.. notice the arms animate correctly now, but the legs/feet are still screwy because of the IK. I didn't figure out how to bake that yet...

https://drive.google.com/open?id=1zeA-mMirOWYZHlzdURqNnykgh_g10kbr




回答2:


Set Object's transformation values:0 before Rig.



来源:https://stackoverflow.com/questions/51491653/why-is-blender-rigged-animation-distorted-when-exported-as-gltf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!