Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -4/+4 |
| | |||||
* | GLTF: Implement the glTF Object Model to support JSON pointer properties | Aaron Franke | 2024-11-04 | 1 | -0/+25 |
| | |||||
* | GLTF: Add import_pre_generate and export_post_convert extension steps | Aaron Franke | 2024-09-17 | 1 | -5/+22 |
| | |||||
* | Fix glTF capitalization in class reference | tetrapod00 | 2024-08-15 | 1 | -10/+10 |
| | |||||
* | Misc changes to the GLTF module before audio PR | Aaron Franke | 2024-01-11 | 1 | -2/+2 |
| | |||||
* | Link to runtime loading/saving tutorial and improve Image documentation | Hugo Locurcio | 2023-11-14 | 1 | -0/+1 |
| | |||||
* | GLTF: Add GODOT_single_root extension | Aaron Franke | 2023-09-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #80272 from aaronfranke/gltf-root-node-logic | Rémi Verschelde | 2023-09-16 | 1 | -4/+4 |
|\ | | | | | | | GLTF: Improve logic for keeping track of the real root node | ||||
| * | GLTF: Improve logic for keeping track of the real root node | Aaron Franke | 2023-09-03 | 1 | -4/+4 |
| | | |||||
* | | GLTF: Allow specifying export image format including from extensions | Aaron Franke | 2023-09-14 | 1 | -2/+45 |
|/ | |||||
* | Merge pull request #79623 from aaronfranke/gltf-export-preserialize | Rémi Verschelde | 2023-08-03 | 1 | -2/+10 |
|\ | | | | | | | Add `export_preserialize` to the GLTF export process | ||||
| * | Add export_preserialize to the GLTF export process | Aaron Franke | 2023-07-18 | 1 | -2/+10 |
| | | |||||
* | | GLTF: Preserve the original bytes when importing a texture | Aaron Franke | 2023-08-03 | 1 | -0/+6 |
|/ | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Add support for extending GLTF with more texture formats & support WebP | Aaron Franke | 2023-05-22 | 1 | -0/+21 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Use enum instead of int in virtual methods return type | Raul Santos | 2023-01-31 | 1 | -8/+8 |
| | |||||
* | Pass GLTFState to the export_preflight method | Aaron Franke | 2022-12-11 | 1 | -1/+2 |
| | |||||
* | GLTF: Clean up lots of includes | Aaron Franke | 2022-11-29 | 1 | -3/+3 |
| | |||||
* | Add three new methods to GLTFDocumentExtension | Aaron Franke | 2022-11-21 | 1 | -1/+45 |
| | |||||
* | Change the way GLTFDocumentExtension classes are registered | Aaron Franke | 2022-11-09 | 1 | -0/+4 |
| | | | | Also move GLTFDocumentExtension into the extensions folder | ||||
* | Add a way to get the GLTF extensions supported by GLTFDocumentExtension | Aaron Franke | 2022-09-19 | 1 | -0/+6 |
| | |||||
* | Minor enhancements to the GLTF module (lights and docs) | Aaron Franke | 2022-09-18 | 1 | -0/+2 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -14/+14 |
| | |||||
* | Improve gltf extension GLTFDocument api. | K. S. Ernest (iFire) Lee | 2022-05-20 | 1 | -41/+28 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | GLTF for game templates. | K. S. Ernest (iFire) Lee | 2021-10-03 | 1 | -0/+73 |
Convert GLTF Document to use ImporterMeshInstance3D. Add a GLTFDocument extension list and an extension for converting the importer mesh instance 3d to mesh instance 3d. Use GLTF module when the editor tools are disabled. Modified the render server to be less restrictive on matching blend arrays and have more logging. Misc bugs with multimesh. Always index the meshes. |