summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/FBX/FBXImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Add option to ignore FBX custom axes (#5754)RichardTea2024-09-051-0/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Refactoring: Some cleanupsKim Kulling2023-11-121-17/+12
* Fix empty mesh handlingKim Kulling2023-11-101-1/+1
* Merge branch 'SmallAllocationFixInFBXLoader' of https://github.com/FlorianBor...Kim Kulling2023-05-151-9/+11
|\
| * Merge branch 'master' into SmallAllocationFixInFBXLoaderKim Kulling2022-09-081-25/+22
| |\
| * | Proper destruction of individual objectsFlorian Born2022-04-201-5/+9
| * | All allocation changesFlorian Born2022-04-201-6/+4
* | | Merge branch 'master' into clean-up-ctors-dtorsKim Kulling2023-01-231-2/+1
|\ \ \
| * | | Replace Variables With LiteralsKrishty2023-01-161-2/+1
| | |/ | |/|
* / | Tidy Up Constructors and DestructorsKrishty2023-01-161-4/+1
|/ /
* / First conceptsKim Kulling2022-04-051-25/+22
|/
* Merge branch 'new-file-detection' of https://github.com/krishty/assimp into k...Kim Kulling2022-01-161-12/+4
|\
| * replaced std::size() with AI_COUNT_OF for pre-C++20 compilersKrishty2021-05-051-1/+1
| * Simplified importer search and fixed a few bugsKrishty2021-04-241-12/+4
* | Update copyrightsKim Kulling2022-01-101-1/+1
* | more const in format detectionKrishty2021-09-111-1/+1
|/
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Merge branch 'master' into readFbxWeightsInConfigKim Kulling2020-10-281-0/+5
|\
| * Add comment.Malcolm Tyrrell2020-10-051-0/+1
| * Make an assert a DeadlyImportError.Malcolm Tyrrell2020-10-021-0/+4
* | Read weightsMalcolm Tyrrell2020-10-151-0/+1
|/
* Replace unique_ptr and add custom deleterJoshua Hyatt2020-09-011-6/+7
* Conform variable names to code standardsJoshua Hyatt2020-08-291-5/+5
* Close stream when finishedJoshua Hyatt2020-08-291-0/+2
* Replace unique_ptr with raw pointerJoshua Hyatt2020-08-291-1/+1
* No need for bespoke macrosMalcolm Tyrrell2020-05-151-1/+1
* Initial pass at adding loggingMalcolm Tyrrell2020-05-151-0/+2
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+197