| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v6.0.2' into qt6_assimpqt6_assimp | Andy Nichols | 2025-06-10 | 422 | -3223/+3636 |
|\ |
|
| * | Prepare 6.0.2 (#6231)v6.0.2 | Kim Kulling | 2025-06-08 | 2 | -6/+6 |
| * | Fix the function "aiGetMaterialColor" when the flag ASSIMP_DOUBLE_PRECISION i... | sSsA01 | 2025-06-08 | 1 | -91/+30 |
| * | fix-CVE-2025-3158: closes #6023 Fixes CVE-2025-3158: Heap-based Buffer Overfl... | Vinz Spring | 2025-06-08 | 1 | -1/+1 |
| * | Fixes CVE-2025-2750: out of bounds write by assigning to wrong array element ... | Vinz Spring | 2025-06-08 | 1 | -1/+9 |
| * | Fixes CVE-2025-2757: Heap-based Buffer Overflow in AI_MD5_PARSE_STRING_IN_QUO... | Vinz Spring | 2025-06-08 | 1 | -0/+4 |
| * | Fixes CVE-2025-2751: Out-of-bounds Read in Assimp::CSMImporter::InternReadFil... | Vinz Spring | 2025-06-08 | 1 | -1/+7 |
| * | Update/update pugi xml (#6229) | Kim Kulling | 2025-06-08 | 1 | -1/+2 |
| * | Updated Inner Cone formula for Spot Lights in GLTF (#6078) | Jackson Levitt | 2025-06-05 | 1 | -1/+1 |
| * | fix compile error caused by PR #6087 when ASSIMP_DOUBLE_PRESICION is enabled ... | sSsA01 | 2025-06-05 | 1 | -1/+1 |
| * | Fix export fbx: Wrong Materials in LayerElementMaterial if a node contains mu... | sSsA01 | 2025-06-05 | 1 | -7/+6 |
| * | Fix: Add "preservePivots" condition when importing FBX animation (#6115)v6.0.0 | NSG | 2025-05-31 | 1 | -1/+1 |
| * | fix: closes #6069 CVE-2025-3196 (#6154) | Vinz Spring | 2025-05-31 | 1 | -3/+9 |
| * | Fix export fbx PolygonVertexIndex (#6102) | sSsA01 | 2025-05-31 | 1 | -14/+4 |
| * | Annotate w/C++17 "fallthrough" (#6143) | Steve M | 2025-05-27 | 1 | -0/+2 |
| * | Add clamping logic (#6149) | Martin Mirchev | 2025-05-26 | 1 | -4/+30 |
| * | Add Missing Strings to aiTextureTypeToString (#6188) | crasong | 2025-05-22 | 1 | -0/+4 |
| * | fix: missing OS separator in outfile (#6098) | Jan Honsbrok | 2025-05-20 | 1 | -2/+8 |
| * | Unreal refactorings (#6182) | Kim Kulling | 2025-05-16 | 2 | -38/+40 |
| * | [#5983] Fix bugs introduced in fbx export (#6000) | Julian Knodt | 2025-05-16 | 1 | -14/+12 |
| * | Fix out-of-bounds dereferencing (#6150) | Martin Mirchev | 2025-05-16 | 1 | -1/+6 |
| * | Fix: Fix leak when sortbyp failes with exception (#6166) | Kim Kulling | 2025-05-14 | 2 | -3/+7 |
| * | Fix warning abut inexistent warning (#6153) | Xavier Bonaventura | 2025-05-13 | 1 | -2/+2 |
| * | + Only up to recognizing the KTX2 compressed image as a texture object is han... | copycd | 2025-05-08 | 1 | -0/+12 |
| * | Fix crashes (#6138) | Kim Kulling | 2025-05-07 | 2 | -4/+8 |
| * | Fix: Support uint16 indices in OpenGEX as well (#6137) | Kim Kulling | 2025-05-07 | 1 | -1/+7 |
| * | Fix a bug where string erases throws out of range (#6135) | Qingyou Zhao | 2025-05-06 | 1 | -1/+3 |
| * | Replace exception by error in log (#6133) | Kim Kulling | 2025-05-05 | 2 | -4/+6 |
| * | Refactor (#6127) | Kim Kulling | 2025-05-03 | 2 | -41/+35 |
| * | fix: possible Heap-based Buffer Overflow in ConvertToUTF8 function (#6122) | Matthias MΓΆller | 2025-05-03 | 1 | -4/+13 |
| * | Bugfix: Handling no of texture coordinates correctly (#6124) | Kim Kulling | 2025-04-29 | 2 | -84/+48 |
| * | fix: Fix build on armv6/armv7 (#6123) | yuri@FreeBSD | 2025-04-27 | 1 | -1/+1 |
| * | Refactoring of PR #6092 (#6101) | sSsA01 | 2025-04-16 | 1 | -2/+2 |
| * | Use unique pointer to fix possible leak (#6104) | Kim Kulling | 2025-04-15 | 3 | -9/+6 |
| * | Not to export empty "LayerElementNormal" or "LayerElementColor" nodes to fbx ... | sSsA01 | 2025-04-14 | 1 | -40/+50 |
| * | Bugfix/ensure collada parsing works issue 1488 (#6087) | Kim Kulling | 2025-04-10 | 4 | -532/+487 |
| * | More `constexpr` (#6066) | krishty | 2025-03-27 | 13 | -13/+13 |
| * | Harmonize Importer #includes (#6065) | krishty | 2025-03-27 | 24 | -37/+37 |
| * | Fix Whitespace (#6063) | krishty | 2025-03-26 | 176 | -320/+213 |
| * | feat: created the aiGetStringC_Str() function. (#6059) | leliel | 2025-03-25 | 1 | -0/+6 |
| * | Remove Redundant `virtual` (#6064) | krishty | 2025-03-25 | 5 | -8/+8 |
| * | Fix Cinema4D Import (#6062) | krishty | 2025-03-24 | 1 | -1/+1 |
| * | NDO: Fix possible overflow access (#6055) | Zhang Yuntong | 2025-03-24 | 1 | -20/+31 |
| * | Update tinyusdz git hash (fix USD animation) (#6034) | Steve M | 2025-03-17 | 1 | -2/+2 |
| * | [OpenGEX] disable partial implementation of light import (causes model load f... | Steve M | 2025-03-16 | 1 | -4/+10 |
| * | CMS: Fix possible overflow access (#6052) | Kim Kulling | 2025-03-13 | 1 | -1/+1 |
| * | ASE: Use correct vertex container (#6051) | Kim Kulling | 2025-03-13 | 1 | -2/+2 |
| * | Potential fix for code scanning alert no. 63: Potential use after free (#6050) | Kim Kulling | 2025-03-13 | 1 | -0/+1 |
| * | Bugfix: Fix possible nullptr dereferencing (#6049) | Kim Kulling | 2025-03-13 | 1 | -0/+5 |
| * | MDL: Fix overflow check (#6047) | Kim Kulling | 2025-03-13 | 1 | -1/+1 |