summaryrefslogtreecommitdiffstats
path: root/modules/fbx/editor_scene_importer_fbx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ad-hoc FBX importerRémi Verschelde2022-03-301-1463/+0
* Simplify FBX importer project settings registeringHaoyu Qiu2022-03-291-18/+6
* Replace copies with constant refsAleksey Smirnov2022-03-281-5/+5
* String: Add contains().Anilforextra2022-02-041-1/+1
* options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee2022-01-051-1/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove node_hrcr hackkobewi2021-10-281-1/+1
* Add scene Post-Import Plugin support.reduz2021-10-151-11/+11
* Remove REST transform influence in skeleton bonesreduz2021-10-131-14/+0
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-7/+36
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-3/+3
* Use range iterators for `Map`Lightning_A2021-09-301-17/+17
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-13/+13
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-25/+25
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-4/+4
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Remove duplicate commentsDennis Brakhane2021-04-251-1/+0
* This stops using FBXPropertyTable as a pointer.Gordon MacPherson2021-04-151-11/+35
* Fix crash on importing empty .fbx fileLyuma2021-04-081-0/+3
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-2/+4
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-2/+2
* Style: Apply clang-tidy's `modernize-use-bool-literals`Rémi Verschelde2021-04-051-1/+1
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-1/+1
* FBX Import: Normalize rotation quaternionsAlex Hirsch2021-03-201-1/+1
* Preliminary Blender FBX support [4.0]Gordon MacPherson2021-01-051-3/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* FBX: Clarify outdated format errorRémi Verschelde2020-12-291-8/+7
* Update FBX because of changes in the core api.K. S. Ernest (iFire) Lee2020-12-231-2/+3
* Port FBX module from commit 68013d23932688e57b489600f4517dd280edc464Gordon MacPherson2020-12-231-0/+1423