| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactorings: glTF cleanups (#6028) | Kim Kulling | 2025-03-05 | 1 | -1/+1 |
| | | |||||
| * | Add 2024 to copyright infos (#5475) | Kim Kulling | 2024-02-23 | 1 | -1/+1 |
| | | |||||
| * | Replace an assert by a error log. | Kim Kulling | 2023-10-02 | 1 | -2/+3 |
| | | |||||
| * | Fix UNKNOWN READ crash in UpdateMeshReferences | Alex | 2023-06-14 | 1 | -1/+10 |
| | | |||||
| * | Refactoring: Make GeoUtils reusable | Kim Kulling | 2023-03-14 | 1 | -4/+0 |
| | | |||||
| * | Manually fix up 100 more instances where it should be defaulted | Aaron Gokaslan | 2022-08-25 | 1 | -3/+1 |
| | | |||||
| * | Update copyrights | Kim Kulling | 2022-01-10 | 1 | -1/+1 |
| | | |||||
| * | No need to distinguish formatting log functions. | Malcolm Tyrrell | 2021-05-13 | 1 | -1/+1 |
| | | |||||
| * | Update copyrights to 2021. | Kim Kulling | 2021-02-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into FindInvalidData | Kim Kulling | 2020-06-25 | 1 | -10/+10 |
| |\ | |||||
| | * | replace NULL and avoid ai_assert with more than 2 tests. | Kim Kulling | 2020-06-23 | 1 | -10/+10 |
| | |\ | |||||
| * | | | FindInvalidDataProcess: Mark removed meshes as "out" | Ryan Styrczula | 2020-06-22 | 1 | -0/+1 |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | There's a code path where an input scene only has a single mesh. In this case, if ProcessMesh returns 2, we delete the mesh and move on with the postprocessing. UpdateMeshReferences is not called and so the deleted mesh is left dangling in nodes. In a later step (SplitMesh in my testing), it then tries to deference a null pointer and we explode. With `out = true`, we can now hit the DeadlyImportError instead of a segfault. | ||||
| * | | Fix double free caused in FindInvalidDataProcess | Ryan Styrczula | 2020-05-19 | 1 | -1/+1 |
| |/ | | | | | | In debug builds, there's no issues, but in release, an invalid mesh that is deleted in FindInvalidDataProcess will be double free'd when the parent scene is destroyed. | ||||
| * | Fix static-code findings, | Kim Kulling | 2020-03-15 | 1 | -102/+88 |
| | | |||||
| * | fix more warnings. | Kim Kulling | 2020-02-16 | 1 | -7/+6 |
| | | |||||
| * | Updated copyright dates. | Marc-Antoine Lortie | 2020-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year. | ||||
| * | Cleanup the public headers. | kimkulling | 2019-10-11 | 1 | -1/+0 |
| | | |||||
| * | Reorg of code. | Kim Kulling | 2019-06-06 | 1 | -0/+424 |
