summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/FindInvalidDataProcess.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Replace an assert by a error log.Kim Kulling2023-10-021-2/+3
|
* Fix UNKNOWN READ crash in UpdateMeshReferencesAlex2023-06-141-1/+10
|
* Refactoring: Make GeoUtils reusableKim Kulling2023-03-141-4/+0
|
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-3/+1
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-1/+1
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* Merge branch 'master' into FindInvalidDataKim Kulling2020-06-251-10/+10
|\
| * replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-10/+10
| |\
* | | FindInvalidDataProcess: Mark removed meshes as "out"Ryan Styrczula2020-06-221-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 FindInvalidDataProcessRyan Styrczula2020-05-191-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 Kulling2020-03-151-102/+88
|
* fix more warnings.Kim Kulling2020-02-161-7/+6
|
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-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.kimkulling2019-10-111-1/+0
|
* Reorg of code.Kim Kulling2019-06-061-0/+424