summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/ArmaturePopulate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Whitespace (#6063)krishty2025-03-261-1/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Remove dead codeKim Kulling2023-05-041-1/+0
* Reafctoring: Add GeoUtils usageKim Kulling2023-05-041-6/+4
* Refactoring: Cleanup post-processing steps.Kim Kulling2023-04-161-18/+9
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-7/+2
* add ifndef guard for resolve to fails to compilejaefunk2022-03-111-0/+2
* Update copyrightsKim Kulling2022-01-101-1/+1
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-6/+6
* Merge branch 'master' into update_copyrightsKim Kulling2021-02-281-9/+11
|\
| * Remove buggy assertKim Kulling2021-02-251-9/+11
* | Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|/
* Ensure asserts are defined where expected.Malcolm Tyrrell2020-07-021-1/+0
* Fix upsMalcolm Tyrrell2020-05-151-3/+3
* Use verbose debug logging in certain placesMalcolm Tyrrell2020-05-151-4/+4
* ix compiler warning for pragma statements.Kim Kulling2020-03-151-1/+1
* fix more warnings.Kim Kulling2020-02-161-2/+2
* Update ArmaturePopulate.cppKim Kulling2020-02-091-150/+143
* Fixed invalid armature node population when there's mesh on a node with the s...Frooxius2020-02-061-1/+2
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Tidying order of function calls and fixed debug statementsRevoluPowered2019-10-271-82/+94
* Test disable cacheRevoluPowered2019-10-271-1/+2
* Explicitly use nullptrRevoluPowered2019-10-271-6/+6
* Added unit tests for ArmaturePopulate when used (added huestos model to tests)RevoluPowered2019-10-271-3/+11
* Added ArmaturePopulate scale process for all formatsRevoluPowered2019-10-271-0/+247