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

Bug: FBX with bones/skin import messed-up #4574

Open
omichel opened this issue Jun 15, 2022 · 1 comment
Open

Bug: FBX with bones/skin import messed-up #4574

omichel opened this issue Jun 15, 2022 · 1 comment
Labels
Bug Global flag to mark a deviation from expected behaviour

Comments

@omichel
Copy link

omichel commented Jun 15, 2022

Since version 5.2.4, the FBX import of models with bones/skin is messed-up:
skin_2

With version 5.2.3, it is working:
skin_1

We are using libassimp in Webots to load FBX models with skin and bones.
This bug was experienced on Windows with MSYS2 assimp-5.2.4. With MSYS2 assimp-5.2.3 everything works fine.

The model we are attempting to load is sandra.

@omichel omichel added the Bug Global flag to mark a deviation from expected behaviour label Jun 15, 2022
@prunoid
Copy link

prunoid commented Jun 15, 2022

Encountered the same issue and added a discussion post:
FBX skeletally animated models are loading incorrectly after migration from Assimp 3.1.1 to 5.2.4 #4561

I tracked the problem down to the one FBX change made in going from 5.2.3 to 5.2.4:
FbxConverter: update bone mOffsetMatrix by @Mykhailo418 in #4490

I've just reverted to 5.2.3. for now - thanks for raising the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Global flag to mark a deviation from expected behaviour
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants