assimp / assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

Home Page:https://www.assimp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Specific FBX File contains Node names not unique, but are used in bones. Multiple bones reference different nodes with the same name

CarpetHead opened this issue · comments

Describe the bug
When importing a specific FBX model, there are three aimeshes referencing bones. However, when trying to match those bones to the scene hierarchy, we discover that the names for the bones are not unique - multiple scene nodes have the same name, making it impossible to match the bone to the node

To Reproduce
Steps to reproduce the behavior:

  1. Import the model
  2. Check the node graph and mesh bones
  3. notice there are multiple nodes used as part of bones such as J_Lumbar

Expected behavior
The documentation states that node names that are used as part of bones must be unique
Because they are not unique, you cannot recover the correct rigs for the different models

Screenshots
If applicable, add screenshots to help explain your problem.

Man Woman Kid UVCompleteFBX.zip

  • Version 5.3.1