summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions/gltf_document_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+18
|\
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+18
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* GLTF: Add import_pre_generate and export_post_convert extension stepsAaron Franke2024-09-171-8/+25
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-25/+25
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-1/+0
* GLTF: Add GODOT_single_root extensionAaron Franke2023-09-261-1/+0
* GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-141-0/+34
* Merge pull request #79623 from aaronfranke/gltf-export-preserializeRémi Verschelde2023-08-031-0/+8
|\
| * Add export_preserialize to the GLTF export processAaron Franke2023-07-181-0/+8
* | GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-031-0/+7
|/
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-0/+18
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-16/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Pass GLTFState to the export_preflight methodAaron Franke2022-12-111-3/+3
* Add three new methods to GLTFDocumentExtensionAaron Franke2022-11-211-16/+48
* Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-0/+101