assimp
assimp copied to clipboard
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
This fixes https://github.com/assimp/assimp/issues/5642 by restoring the absolute transformation calculation which is now required due to this change: https://github.com/assimp/assimp/pull/5349.
This PR fixes some bool loads which are not initialized. With ubsan and the "option -fsanitize=bool", this results in a runtime error during test execution. When running the unittest suite...
## Describe the bug Currently FBX models with skinned meshes will be imported with invalid transforms due to this change: https://github.com/assimp/assimp/pull/5349 which did not revert this change: https://github.com/assimp/assimp/commit/8a1dc87b4ca. This results...
/Users/runner/work/Nullus/Nullus/ThirdParty/assimp/contrib/zip/src/zip.c:470:49: error: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'mz_uint' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] if (!mz_zip_reader_file_stat(&zip->archive, i, &file_stat)) { ~~~~~~~~~~~~~~~~~~~~~~~ ^ /Users/runner/work/Nullus/Nullus/ThirdParty/assimp/contrib/zip/src/zip.c:527:49: error: implicit conversion loses integer precision:...
The names of the `aiPrimitiveType` point and line are misspelled with a plural 's' in the docstring of the `aiProcess_FindDegenerates` flag. The enum values are defined in `include/assimp/mesh.h` Also, I...
See https://github.com/assimp/assimp/issues/1527: try to import model: The head of the model is broken
(Note: had a conflict due to tag `master`, force push deleted fork branch and closed original MR #5551) Closes #5547 Currently set for `rendermesh-refactor` branch commit `2140153` (26 Apr 2024)...
This fixes #5632 by reverting undocumented assumption introduced in 2008. It does not change API, it just explicitly states that empty slots are possible, after 2008 commits made them impossible...
Now works with GCC without failing the compilation.
**Describe the bug** Trying to import an OBJ file with its .mtl containing "aniso" or "anisor" fails with the message: `Cannot parse string "niso" as a real number: does not...