assimp / assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
https://www.assimp.org
Other
10.39k stars 2.83k forks source link

Fix SplitByBoneCount typo that prevented node updates #5550

Closed Succ3s closed 1 month ago

Succ3s commented 1 month ago

Due to a == that should have been a != nodes weren't updated after split.

Fixes #5549

kimkulling commented 1 month ago

Merged, thanks a lot for your contribution.