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

FBXLoader fails when no pose nodes found for a node #22743 #22744

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

kovacsv
Copy link
Contributor

@kovacsv kovacsv commented Oct 28, 2021

Check number of pose nodes before accessing them.

Related issue: Fixed #22743

Description

Some models come with no pose nodes. The FBX tree has a property that tells the number of pose nodes (NbPoseNodes). I modified the code to check this property before accessing the object directly.

Check number of pose nodes before accessing them.
@Mugen87 Mugen87 added this to the r134 milestone Oct 28, 2021
@mrdoob mrdoob merged commit 43739ba into mrdoob:dev Oct 28, 2021
@mrdoob
Copy link
Owner

mrdoob commented Oct 28, 2021

Thanks!

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.

FBXLoader fails when no pose nodes found for a node
3 participants