summaryrefslogtreecommitdiffstats
path: root/modules/gltf/doc_classes/GLTFDocumentExtension.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-4/+4
* GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+25
* GLTF: Add import_pre_generate and export_post_convert extension stepsAaron Franke2024-09-171-5/+22
* Fix glTF capitalization in class referencetetrapod002024-08-151-10/+10
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-2/+2
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-0/+1
* GLTF: Add GODOT_single_root extensionAaron Franke2023-09-261-0/+1
* Merge pull request #80272 from aaronfranke/gltf-root-node-logicRémi Verschelde2023-09-161-4/+4
|\
| * GLTF: Improve logic for keeping track of the real root nodeAaron Franke2023-09-031-4/+4
* | GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-141-2/+45
|/
* Merge pull request #79623 from aaronfranke/gltf-export-preserializeRémi Verschelde2023-08-031-2/+10
|\
| * Add export_preserialize to the GLTF export processAaron Franke2023-07-181-2/+10
* | GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-031-0/+6
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-0/+21
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-8/+8
* Pass GLTFState to the export_preflight methodAaron Franke2022-12-111-1/+2
* GLTF: Clean up lots of includesAaron Franke2022-11-291-3/+3
* Add three new methods to GLTFDocumentExtensionAaron Franke2022-11-211-1/+45
* Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-0/+4
* Add a way to get the GLTF extensions supported by GLTFDocumentExtensionAaron Franke2022-09-191-0/+6
* Minor enhancements to the GLTF module (lights and docs)Aaron Franke2022-09-181-0/+2
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-14/+14
* Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee2022-05-201-41/+28
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-0/+73