-
Notifications
You must be signed in to change notification settings - Fork 188
Bones export incorrectly if not descendants of one root bone for armature #253
Comments
Do you think this is the same issue with this blend project as well? Looks fine in blender, but has some offsets in your gltf viewer after exported |
I'm not sure, but I think it is something different —
Some of the meshes in the scene are not exporting for me, and I'm not sure why that is. |
Yea, I figured out the "bake skinning constraints", thanks. Also there is something wrong with the eyes in the exported version. Like a little bit of offset is causing the pupil of the eye disappear in the "whiteness" of the eye. |
Another possible issue is that many bones in this model have duplicate names. glTF doesn't require unique names, and I don't know whether the Blender Python API particularly does, but there are things in both this exporter and three.js that may break if names are not unique. It's also possible that this exporter just isn't working properly with multiple armatures in a single scene right now (#232). |
It looks like bones that are not children of one root bone for an armature become offset. This can be worked around by re-parenting the bones. I'm not sure if this is a mismatch between Blender and the glTF spec, so the exporter needs to do extra work to adjust, or if it's just a simple regression. The only recent, relevant PR I can think of is #177.
The text was updated successfully, but these errors were encountered: