summaryrefslogtreecommitdiffstats
path: root/modules/gltf/gltf_document.h
Commit message (Expand)AuthorAgeFilesLines
* GLTF: Implement KHR_animation_pointer for animating custom propertiesAaron Franke2024-11-041-0/+1
* GLTF: Add functions to encode and decode Variants to/from accessorsAaron Franke2024-11-041-0/+9
* GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+4
* GLTF: Clean up animation code to make way for KHR_animation_pointerAaron Franke2024-11-041-13/+11
* GLTF: Move the component type enum into GLTFAccessorAaron Franke2024-11-041-11/+4
* GLTF: Add append_gltf_node to GLTFStateAaron Franke2024-09-021-6/+0
* Add get_supported_gltf_extensions to GLTFDocumentAaron Franke2024-08-281-0/+2
* Move GLTFAccessorType into GLTFAccessorAaron Franke2024-07-041-4/+4
* Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, docAaron Franke2024-05-241-5/+4
* Add bake_fps for FBXDocument, GLTFDocument and both import-export.K. S. Ernest (iFire) Lee2024-05-231-2/+1
* Fix method bindings in FBXDocument by making them virtual in GLTFDocument.Lyuma2024-03-151-6/+6
* Merge pull request #89418 from lyuma/gltf_vertex_packingRémi Verschelde2024-03-141-5/+10
|\
| * glTF importer now only stores vertices referenced by the indices per surface.Lyuma2024-03-131-5/+10
* | Merge pull request #89356 from lyuma/vsk-gltf-sparse-accessors-4.3Rémi Verschelde2024-03-141-7/+2
|\ \
| * | glTF export: morph targets are relative, so use zero as referenceLyuma2024-03-121-1/+1
| * | Update buffer view target handling, encode sparse accessors as vec3.K. S. Ernest (iFire) Lee2024-03-121-7/+2
| |/
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-1/+1
|\ \ | |/ |/|
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* | gltf export: Remove snapping and fix validationLyuma2024-03-101-2/+4
|/
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-231-21/+16
* Fix crash when importing a GLTF file with a skeleton as the rootAaron Franke2024-02-041-1/+1
* Add export settings to the export dialog for GLTFAaron Franke2023-12-301-0/+1
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-0/+3
* GLTF: Add GODOT_single_root extensionAaron Franke2023-09-261-6/+16
* Merge pull request #80272 from aaronfranke/gltf-root-node-logicRémi Verschelde2023-09-161-1/+2
|\
| * GLTF: Improve logic for keeping track of the real root nodeAaron Franke2023-09-031-1/+2
* | GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-141-0/+8
|/
* Set base_path and filename during exportAaron Franke2023-08-031-2/+2
* GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-031-2/+2
* More cosmetic improvements in the GLTF codeAaron Franke2023-08-031-3/+3
* Merge pull request #79775 from aaronfranke/gltf-node-gen-cosmeticRémi Verschelde2023-08-021-5/+3
|\
| * Cosmetic changes in GLTF node generation codeAaron Franke2023-07-301-5/+3
* | Add copyright to GLTFStateAaron Franke2023-07-101-1/+2
|/
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-0/+2
* Fixes for gltf export.K. S. Ernest (iFire) Lee2023-02-071-2/+1
* Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-2/+2
* Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde2023-01-271-1/+5
|\
| * Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-1/+5
* | Avoid nested skeletons, and handle skinned meshes with children.Lyuma2023-01-261-0/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Consistently use `p_` for parameters in GLTFDocumentAaron Franke2022-12-101-156/+156
* GLTF: Clean up lots of includesAaron Franke2022-11-291-7/+0
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-291-7/+7
|\
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-291-7/+7
* | Add unregister for GLTFDocumentExtensionRedMser2022-11-221-0/+1
* | Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-5/+5
|/
* GLTF imports & exports material texture filtersThe Tophat Demon2022-10-031-1/+8
* Make used extensions stored in GLTFStateAaron Franke2022-09-191-1/+1
* Minor enhancements to the GLTF module (lights and docs)Aaron Franke2022-09-181-1/+1
* GLTF: Organize structures into a subfolderAaron Franke2022-07-241-1/+1