summaryrefslogtreecommitdiffstats
path: root/modules/gltf/gltf_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+23
|\
| * GLTF: Add extract_path and extract_prefix settingsAaron Franke2024-11-041-1/+23
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* GLTF: Add append_gltf_node to GLTFStateAaron Franke2024-09-021-0/+14
* Add bake_fps for FBXDocument, GLTFDocument and both import-export.K. S. Ernest (iFire) Lee2024-05-231-0/+3
* Add new scene import option to import as SkeletonLyuma2024-02-261-0/+11
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-0/+28
* Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
* Expose filename in GLTFStateAaron Franke2023-08-031-2/+13
* Add copyright to GLTFStateAaron Franke2023-07-101-0/+11
* Add a get_node_index method to GLTFStateAaron Franke2023-05-271-0/+10
* GLTF: Delete unused skeleton_to_nodeAaron Franke2023-02-261-11/+0
* gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-011-1/+2
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-0/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GLTF: Clean up lots of includesAaron Franke2022-11-291-0/+2
* Cache materials in gltf as the abstract class of MaterialK. S. Ernest (iFire) Lee2022-11-241-2/+2
* Add a way to store additional data in GLTFState and GLTFNodeAaron Franke2022-10-151-0/+10
* GLTF imports & exports material texture filtersThe Tophat Demon2022-10-031-0/+11
* Make used extensions stored in GLTFStateAaron Franke2022-09-191-0/+12
* Replace Array return types with TypedArray 3kobewi2022-08-241-34/+34
* Prevent AnimationPlayer from being added on GLTF import if the option is unch...Hakim2022-08-101-0/+11
* GLTF: Move shared defines into a separate gltf_defines.h fileAaron Franke2022-07-241-34/+34
* Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee2022-05-201-0/+11
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Discard images from gltf import for the animation library.K. S. Ernest (iFire) Lee2022-04-231-0/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+11
|\
| * Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+11
* | doc: Sync classref with current sourceRémi Verschelde2021-02-191-3/+3
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add exporting glTF2.K. S. Ernest (iFire) Lee2020-12-221-0/+296