-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rigged example export failing. #75
Comments
Could this be related to https://github.com/KhronosGroup/glTF-Blender-Exporter/issues/332 ? Would be great to get a model with multiple game-like animations like this into the samples repo. |
Entirely possible. I think KhronosGroup/glTF-Blender-Exporter#74 also looks related. Also linking KhronosGroup/glTF-Blender-Exporter#253 which isn't obviously connected here, but is similar conceptually – rigs that are "valid" in Blender often export incorrectly, the exporter is opinionated about how rigs must be configured. We did manage to get a working export via FBX2glTF: https://threejs.org/examples/?q=skinn#webgl_animation_skinning_morph |
We just verified that the blend file is also broken with an old version of the exporter, so we will try to fix it next month. Our tests indicate that it is not a problem with multiple animations, but with skinning. |
Removing the 'enhancement' label here - I think this is a bug rather than a new feature request. |
Closing, seems animations export fine now |
https://www.patreon.com/posts/free-animated-22105894
^This .blend file exports correctly to FBX, and the FBX correctly converts with FBX2glTF. When exported directly to glTF from this exporter, however, the meshes are misplaced and rotated. I'm not sure how it relates to the content of the
.blend
file, but the (working) output of FBX2glTF is structured with meshes nested under bones:The text was updated successfully, but these errors were encountered: