summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor/editor_scene_importer_gltf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-0/+13
* Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
* Fix gltf import generate_scene() optionSilc Renew2023-02-151-17/+7
* gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-011-3/+3
* Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-2/+14
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-0/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69372 from aaronfranke/gltf-cleanupRémi Verschelde2022-12-101-3/+0
|\
| * GLTF: Clean up lots of includesAaron Franke2022-11-291-3/+0
* | EditorSceneFormatImporterGLTF: check if "animation/trimming" parameter from ...Eduard Zalyaev2022-12-061-1/+6
|/
* Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-291-3/+3
* Prevent AnimationPlayer from being added on GLTF import if the option is unch...Hakim2022-08-101-0/+3
* Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee2022-05-201-1/+0
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Import scenes as AnimationLibraryreduz2022-04-131-5/+0
* Add support for importing .blend filesK. S. Ernest (iFire) Lee2022-03-291-11/+9
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-281-0/+74