Open Asset Import Library/assimp: Release v5.2.3
Name: assimp
Owner: Open Asset Import Library
Release: The Assimp 5.2.3 Bugfix-Release
Released: 2022-03-17
License: NOASSERTION
Release Assets:
What's Changed
- Show warning when assimp_viewer cannot be build on target platform by @kimkulling in https://github.com/assimp/assimp/pull/4402
- Fix ordering of member initialization by @kimkulling in https://github.com/assimp/assimp/pull/4408
- Fix possible negative array access by @kimkulling in https://github.com/assimp/assimp/pull/4415
- Expose the original OBJ "illum" value by @TerenceRussell in https://github.com/assimp/assimp/pull/4409
- Optimize the problem of excessive memory allocation in FBX import by @SolaToucher in https://github.com/assimp/assimp/pull/4416
- Update version of Hunter to v0.24.0 that supports VS 2022 by @rbsheth in https://github.com/assimp/assimp/pull/4417
- Smartday master by @kimkulling in https://github.com/assimp/assimp/pull/4427
- update LWO importer(available lwo3) by @smartday in https://github.com/assimp/assimp/pull/4020
- Reinstate a deprecated gltfpbr macro: AI_MATKEY_GLTF_PBRSPECULARGLOSSINESS by @RichardTea in https://github.com/assimp/assimp/pull/4203
- Fix parsing OBJ with free-form curve/surface body statements by @JaroslavPribyl in https://github.com/assimp/assimp/pull/4403
- Fix missing members and do some small refactorings. by @kimkulling in https://github.com/assimp/assimp/pull/4432
- Fix 'i >= 0' always true bug by @karjonas in https://github.com/assimp/assimp/pull/4434
- Update AI_TEXTURE_TYPE_MAX by @RichardTea in https://github.com/assimp/assimp/pull/4421
- Fix getting anisotropy in obj by @youkeyao in https://github.com/assimp/assimp/pull/4423
- glTF2: Metallic roughness split by @sacereda in https://github.com/assimp/assimp/pull/4425
- Add properties information on assimp info command line by @sacereda in https://github.com/assimp/assimp/pull/4426
- Added missing ObjMaterial.h to CMakeLists by @TerenceRussell in https://github.com/assimp/assimp/pull/4431
- Update version in doxy-config by @kimkulling in https://github.com/assimp/assimp/pull/4441
- add ifndef guard for resolve to fails to compile by @jaefunk in https://github.com/assimp/assimp/pull/4437
- Add USE_STATIC_CRT option by @EYHN in https://github.com/assimp/assimp/pull/4444
- Fix nullptr dereferencing by @kimkulling in https://github.com/assimp/assimp/pull/4446
- Fix stack-overflow in MDLLoader by @kimkulling in https://github.com/assimp/assimp/pull/4448
- GLTF2 attribute name/parse bug fix by @Promit in https://github.com/assimp/assimp/pull/4451
New Contributors
- @SolaToucher made their first contribution in https://github.com/assimp/assimp/pull/4416
- @smartday made their first contribution in https://github.com/assimp/assimp/pull/4020
- @JaroslavPribyl made their first contribution in https://github.com/assimp/assimp/pull/4403
- @karjonas made their first contribution in https://github.com/assimp/assimp/pull/4434
- @EYHN made their first contribution in https://github.com/assimp/assimp/pull/4444
Full Changelog: https://github.com/assimp/assimp/compare/v5.2.2...v5.2.3