Skip to content
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

Animation Channel's "Node" Member Isn't Required #439

Open
cwfitzgerald opened this issue Nov 6, 2024 · 0 comments
Open

Animation Channel's "Node" Member Isn't Required #439

cwfitzgerald opened this issue Nov 6, 2024 · 0 comments

Comments

@cwfitzgerald
Copy link

Per https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#animations:

When node isn’t defined, channel SHOULD be ignored. Valid path names are "translation", "rotation", "scale", and "weights".

Blockbench in particular seems pretty happy at spitting out non-targetted channels. This causes a json parsing error, as the gltf crate expects there to be a node, but one isn't present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant