Animation channel cannot target WEIGHTS when mesh does not have morph targets.
See original GitHub issue Ok, here is:
- A minimal blender file exhibiting my problem (only 1 object visible in the collections tree, this is my very old and large private file with pretty much everything deleted apart from a single cube obejct, that being said when I append from it I see two other objects which is suspicious in itself).
- A GLTF export from that file missing the
meshes[].primitives[].targets
key - A fresh 3.3.1 blender file with the object I am testing with appended into it
- A GLTF export from that file with working morph targets
https://drive.google.com/drive/folders/1m1Ng4aFuSYsRCCKyqZRV5wSnaTd7fK_F?usp=share_link
I’m piggy-backing on this issue as I’m seeing a very similar symptom, I apologise if it turns out to be unrelated.
_Originally posted by @willstott101 in https://github.com/KhronosGroup/glTF-Blender-IO/issues/1785#issuecomment-1310438237_
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Clarification of weights for animations · Issue #1028 - GitHub
To get morphed mesh, implementation should add weighted sum of all targets to the base mesh.
Read more >"mesh does not have morph targets" upon glTF 2.0 Export
Animation channel cannot target WEIGHTS when mesh does not have morph targets. Unfortunately, I don't know what this means.
Read more >Unable to export as .glTF, "mesh does not have morph targets"
Animation channel cannot target WEIGHTS when mesh does not have morph targets. I've inferred that "Morph Targets” are synonymous with "Shape ...
Read more >Animation and Morph Target GLTF Export - three.js forum
I have a GLTF created in Blender. It has a couple of animations and several morph targets. When I export the model in...
Read more >C4D animation glTF load error - Bugs - Babylon.js Forum
I'm not sure this should be handled from the loader as the loader can't easy tell how many morph targets will be active...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done! Thanks 😃
@willstott101 Let’s first fix this, as proposed in my PR. Your suggestion looks interesting, I will investigate in a second time