Open Asset Import Library/assimp: Release v5.2.4
Name: assimp
Owner: Open Asset Import Library
Release: The Assimp 5.2.4 Bugfix-Release
Released: 2022-05-14
License: NOASSERTION
Release Assets:
What's Changed
- Use static runtime only when the option is selected by @kimkulling in https://github.com/assimp/assimp/pull/4464
- Fix compile error: When enabling macro ASSIMP_DOUBLE_PRECISION by @xiaohunqupo in https://github.com/assimp/assimp/pull/4473
- Detect Roughness factor exported by Blender by @ifiddynine in https://github.com/assimp/assimp/pull/4466
- Updated Android build script by @mpcarlos87 in https://github.com/assimp/assimp/pull/4454
- Prevent nullptr access to normals-array in bitangent computation by @jakrams in https://github.com/assimp/assimp/pull/4463
- Avoid setting PBR properties when they are not found on mtl file by @sacereda in https://github.com/assimp/assimp/pull/4440
- Fix ogre xml serializer by @HadesD in https://github.com/assimp/assimp/pull/4488
- Fix draco building error when import assimp with cmake add_subdirectory #3663 by @lgmcode in https://github.com/assimp/assimp/pull/4483
- FbxConverter: update bone mOffsetMatrix by @Mykhailo418 in https://github.com/assimp/assimp/pull/4490
- Some Windows/MSYS2-specific fixes by @hgdagon in https://github.com/assimp/assimp/pull/4481
- Document fuzz folder by @kimkulling in https://github.com/assimp/assimp/pull/4501
- Fix out-of-range access in ASE-Parser by @kimkulling in https://github.com/assimp/assimp/pull/4502
- Disable assertion tests floating point against inf for Intel oneAPI by @kimkulling in https://github.com/assimp/assimp/pull/4507
- Delete README by @kimkulling in https://github.com/assimp/assimp/pull/4506
- Rename TextureTypeToString() to aiTextureTypeToString() by @umlaeute in https://github.com/assimp/assimp/pull/4512
- Fixed library names for MinGW/MSYS2 by @hgdagon in https://github.com/assimp/assimp/pull/4508
- Update pugixml dependency to v1.12.1 by @ALittleStardust in https://github.com/assimp/assimp/pull/4514
- Add an option to treat warnings as errors by @hgdagon in https://github.com/assimp/assimp/pull/4509
- Minor updates to ASSIMP Viewer by @hgdagon in https://github.com/assimp/assimp/pull/4511
- Add badge to show open issue in percentage by @kimkulling in https://github.com/assimp/assimp/pull/4524
- Clang-Tidy performance fixes (make values const-ref where needed). by @Skylion007 in https://github.com/assimp/assimp/pull/4525
- MMD (pmx) fixes by @RedSkittleFox in https://github.com/assimp/assimp/pull/4484
- Resource script updates by @hgdagon in https://github.com/assimp/assimp/pull/4510
- Accelerate the Merge vertex post processing step by @motazmuhammad in https://github.com/assimp/assimp/pull/4527
New Contributors
- @mpcarlos87 made their first contribution in https://github.com/assimp/assimp/pull/4454
- @HadesD made their first contribution in https://github.com/assimp/assimp/pull/4488
- @hgdagon made their first contribution in https://github.com/assimp/assimp/pull/4481
- @ALittleStardust made their first contribution in https://github.com/assimp/assimp/pull/4514
- @RedSkittleFox made their first contribution in https://github.com/assimp/assimp/pull/4484
- @motazmuhammad made their first contribution in https://github.com/assimp/assimp/pull/4527
Full Changelog: https://github.com/assimp/assimp/compare/v5.2.3...v5.2.4