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

Fix for blender 2.90.1 COLLADA exporter #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmatthieu3
Copy link

It seems the COLLADA exporter from the new version of blender (2.90.1) adds a wrapper node named animation between library_animations and the list of bone animations. I am writing a library on top of this very good parser and this fix allowed me to open collada files from blender 2.90.1.
It is still not possible to export multiple animations inside one DAE file but that is another problem coming from the blender collada exporter I think.
The library is https://github.com/bmatthieu3/rib if you want to check.

Maybe this fix break importations from the previous blender versions

@bvssvni
Copy link
Member

bvssvni commented Feb 13, 2021

@bmatthieu3 can you fix the test test_get_animations? Run cargo test.

@bvssvni
Copy link
Member

bvssvni commented Sep 4, 2021

@bmatthieu3 is this still an issue?

@bmatthieu3
Copy link
Author

bmatthieu3 commented Sep 5, 2021 via email

@bvssvni
Copy link
Member

bvssvni commented Sep 5, 2021

@bmatthieu3 Yeah, that might work. Do you want to update the PR?

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

Successfully merging this pull request may close these issues.

2 participants