summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+1
|\
| * GLTF: Preserve node visibility on importAaron Franke2024-11-051-0/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-067-18/+307
|\|
| * GLTF: Implement the glTF Object Model in physics extensionAaron Franke2024-11-042-15/+266
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-044-0/+41
| * GLTF: Prerequisite cleanups before KHR_animation_pointerAaron Franke2024-11-041-3/+0
* | Fix copyright headers referring to GodotSpartan3222024-10-2718-36/+36
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1118-0/+36
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* GLTF: Add import_pre_generate and export_post_convert extension stepsAaron Franke2024-09-172-9/+30
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-313-27/+27
* GLTF: Only create MeshInstance3D when neededAaron Franke2024-08-271-9/+9
* Merge pull request #95603 from tetrapod00/gltf-capitalization-errorsRémi Verschelde2024-08-164-23/+23
|\
| * Change capitalization of glTF in errors and comments.tetrapod002024-08-154-23/+23
* | Remove empty bind_methods()kobewi2024-08-152-4/+0
|/
* Retain meta data set on imported nodestamas2024-06-182-0/+12
* Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggersRémi Verschelde2024-04-261-4/+46
|\
| * Add support for explicitly-defined compound triggers in GLTF filesAaron Franke2024-04-041-4/+46
* | Separate Shape3D resource logic in GLTFPhysicsShapeAaron Franke2024-04-043-26/+45
|/
* GLTF: Extract converting hull points to mesh to a helper functionAaron Franke2024-03-151-24/+30
* Split monolithic physics class filessmix82024-02-275-6/+10
* Move 3D-only resources to their own folderAaron Franke2024-02-262-8/+8
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-233-0/+15
* Fix exporting trigger shapes in GLTFAaron Franke2024-02-111-1/+1
* GLTF: Update OMI_physics_body, add OMI_physics_shape, keep OMI_colliderAaron Franke2024-01-195-206/+535
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-1/+0
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-0/+2
* Merge pull request #81851 from aaronfranke/gltf-single-rootRémi Verschelde2023-09-261-1/+0
|\
| * GLTF: Add GODOT_single_root extensionAaron Franke2023-09-261-1/+0
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-262-2/+2
|/
* Merge pull request #80272 from aaronfranke/gltf-root-node-logicRémi Verschelde2023-09-161-1/+1
|\
| * GLTF: Improve logic for keeping track of the real root nodeAaron Franke2023-09-031-1/+1
* | GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-144-0/+86
|/
* Add support for KTX & KTX2 image formatacazuc2023-08-192-0/+113
* GLTF: Add center of mass propertyAaron Franke2023-08-112-2/+36
* Merge pull request #79623 from aaronfranke/gltf-export-preserializeRémi Verschelde2023-08-032-0/+10
|\
| * Add export_preserialize to the GLTF export processAaron Franke2023-07-182-0/+10
* | GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-034-0/+14
* | More cosmetic improvements in the GLTF codeAaron Franke2023-08-031-2/+0
|/
* GLTF: Rename GLTFCollider class to GLTFPhysicsShapeAaron Franke2023-06-164-118/+118
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-1/+2
* GLTF: Expose the inertia tensor instead of a vectorAaron Franke2023-06-062-18/+25
* Fix center of mass when importing GLTF physics bodiesAaron Franke2023-05-291-0/+5
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-224-0/+137
* Implement physics support in the GLTF moduleAaron Franke2023-03-097-0/+1034
* Fix glTF mesh importer not freeing nodes correctly on importAbdulrahman Al Zeidi2023-02-271-1/+1
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-312-24/+24
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* Update stale node ref after replace_by in GLTF importerJames Mintram2023-01-011-0/+1
* Pass GLTFState to the export_preflight methodAaron Franke2022-12-112-5/+5