| Commit message (Expand) | Author | Age | Files | Lines |
* | Use image index instead of texture index for source_images | Lyuma | 2023-08-05 | 1 | -1/+2 |
* | Set base_path and filename during export | Aaron Franke | 2023-08-03 | 1 | -23/+26 |
* | Merge pull request #79623 from aaronfranke/gltf-export-preserialize | Rémi Verschelde | 2023-08-03 | 1 | -0/+6 |
|\ |
|
| * | Add export_preserialize to the GLTF export process | Aaron Franke | 2023-07-18 | 1 | -0/+6 |
* | | GLTF: Preserve the original bytes when importing a texture | Aaron Franke | 2023-08-03 | 1 | -8/+22 |
* | | More cosmetic improvements in the GLTF code | Aaron Franke | 2023-08-03 | 1 | -55/+55 |
* | | Merge pull request #79801 from aaronfranke/gltf-scene-export-logic | Rémi Verschelde | 2023-08-02 | 1 | -35/+30 |
|\ \ |
|
| * | | Improve GLTF export logic for scene root nodes | Aaron Franke | 2023-07-22 | 1 | -35/+30 |
| |/ |
|
* | | Merge pull request #79775 from aaronfranke/gltf-node-gen-cosmetic | Rémi Verschelde | 2023-08-02 | 1 | -34/+34 |
|\ \ |
|
| * | | Cosmetic changes in GLTF node generation code | Aaron Franke | 2023-07-30 | 1 | -34/+34 |
| |/ |
|
* | | Merge pull request #79267 from aaronfranke/gltf-copyright | Rémi Verschelde | 2023-08-02 | 1 | -17/+24 |
|\ \
| |/
|/| |
|
| * | Add copyright to GLTFState | Aaron Franke | 2023-07-10 | 1 | -17/+24 |
* | | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+2 |
* | | Merge pull request #79421 from wojtekpil/gltf_emission_strength_export | Yuri Sizov | 2023-07-14 | 1 | -0/+6 |
|\ \ |
|
| * | | Add KHR_materials_emissive_strength extension support for exporting gltfs | wojtekpil | 2023-07-13 | 1 | -0/+6 |
* | | | GLTF: Internal renames in material parsing code | Aaron Franke | 2023-07-12 | 1 | -27/+27 |
|/ / |
|
* / | Add support for KHR_materials_emissive_strength | RevoluPowered | 2023-06-23 | 1 | -0/+8 |
|/ |
|
* | Fix exporting MeshInstances without a Skeleton in the GLTF module | Aaron Franke | 2023-05-27 | 1 | -18/+10 |
* | Add support for extending GLTF with more texture formats & support WebP | Aaron Franke | 2023-05-22 | 1 | -184/+193 |
* | Merge pull request #72288 from MewPurPur/use-string-repeat | Clay John | 2023-05-05 | 1 | -3/+3 |
|\ |
|
| * | Use String.repeat() in more places | VolTer | 2023-05-01 | 1 | -3/+3 |
* | | Merge pull request #73656 from TokageItLab/expose-3d-tracks | Rémi Verschelde | 2023-04-25 | 1 | -6/+6 |
|\ \ |
|
| * | | Expose interpolation methods for 3D track in Animation class | Silc Renew | 2023-04-25 | 1 | -6/+6 |
* | | | Merge pull request #69266 from aaronfranke/gltf-physics | Rémi Verschelde | 2023-04-25 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Implement physics support in the GLTF module | Aaron Franke | 2023-03-09 | 1 | -1/+1 |
* | | | Fix blend_shape (shapekey) empty name import. | Martin Capitanio | 2023-04-12 | 1 | -1/+7 |
|/ / |
|
* | | Get the unlit / unshaded extension when importing GLTF and set it when exporting | Hakim | 2023-03-05 | 1 | -0/+14 |
* | | For basisu avoid inserting to the image array twice. | K. S. Ernest (iFire) Lee | 2023-02-14 | 1 | -1/+0 |
* | | Fixes for gltf export. | K. S. Ernest (iFire) Lee | 2023-02-07 | 1 | -93/+275 |
* | | Use reimport_append api for importing embedded gltf images | Lyuma | 2023-02-06 | 1 | -38/+25 |
* | | gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | Lyuma | 2023-02-01 | 1 | -23/+58 |
* | | Merge pull request #72201 from fire/gltf-extract-img | Rémi Verschelde | 2023-01-31 | 1 | -4/+13 |
|\ \ |
|
| * | | gltf: Avoid using base64 hash as an image filename | K. S. Ernest (iFire) Lee | 2023-01-31 | 1 | -4/+13 |
* | | | Add remove immutable tracks option to glTF importer | Silc Renew | 2023-01-30 | 1 | -30/+35 |
|/ / |
|
* | | Merge pull request #62499 from fire/gltf-binary-img-compression | Rémi Verschelde | 2023-01-27 | 1 | -11/+90 |
|\ \ |
|
| * | | Handle gltf binary | K. S. Ernest (iFire) Lee | 2023-01-27 | 1 | -11/+90 |
| |/ |
|
* | | Merge pull request #72162 from lyuma/skeleton_rename | Rémi Verschelde | 2023-01-27 | 1 | -3/+4 |
|\ \ |
|
| * | | Make BoneAttachment3D and Skeleton3D names consistent. | Lyuma | 2023-01-26 | 1 | -3/+4 |
| |/ |
|
* / | Avoid nested skeletons, and handle skinned meshes with children. | Lyuma | 2023-01-26 | 1 | -23/+58 |
|/ |
|
* | Adds missing method call to set blendshape tracks as 'imported' when importin... | SaracenOne | 2023-01-23 | 1 | -0/+1 |
* | Fixes cases where the runtime ResourceLoader cannot load gltf images. | K. S. Ernest (iFire) Lee | 2023-01-19 | 1 | -1/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | glTF: Fix export crash with a ShaderMaterial (fixes #70159) | Quentin Guidée | 2022-12-17 | 1 | -155/+161 |
* | Pass GLTFState to the export_preflight method | Aaron Franke | 2022-12-11 | 1 | -1/+1 |
* | Consistently use `p_` for parameters in GLTFDocument | Aaron Franke | 2022-12-10 | 1 | -1022/+1022 |
* | Merge pull request #69372 from aaronfranke/gltf-cleanup | Rémi Verschelde | 2022-12-10 | 1 | -13/+5 |
|\ |
|
| * | GLTF: Clean up lots of includes | Aaron Franke | 2022-11-29 | 1 | -13/+5 |
* | | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde | 2022-11-29 | 1 | -45/+65 |
|\ |
|
| * | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew | 2022-11-29 | 1 | -45/+65 |