summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code related to editor themingYuri Sizov2024-01-162-2/+2
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-1111-11/+91
* Merge pull request #85335 from zinefer/bugfix-blend-importer-on-windows-netwo...Rémi Verschelde2024-01-091-1/+13
|\
| * Bugfix: Replace // with \\ before sending path to Blenderzinefer2023-12-071-1/+13
* | Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-082-0/+3
* | Merge pull request #86016 from demolke/masterRémi Verschelde2024-01-081-0/+9
|\ \
| * | Import step interpolation for loc/rot/scale from GLTF as nearestdemolke2024-01-051-0/+9
* | | Add const lvalue ref to container parametersMuller-Castro2024-01-052-2/+2
|/ /
* | Move 3D scene import classes to their own folderAaron Franke2024-01-044-4/+4
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-4/+4
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-4/+4
* | | Merge pull request #86504 from lyuma/gltf_reimport_textures_merry_xmasRémi Verschelde2024-01-021-1/+3
|\ \ \
| * | | gltf: fix three bugs which prevented extracted textures from being refreshed.Lyuma2023-12-251-1/+3
| |/ /
* / / Add export settings to the export dialog for GLTFAaron Franke2023-12-307-163/+430
|/ /
* / Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-3/+3
|/
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+5
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-1418-0/+18
* Use the Blender file name instead of the generated GLTF file nameAaron Franke2023-11-092-2/+4
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-034-6/+48
* Enhance checks and user experience around tangents.clayjohn2023-11-011-3/+20
* Reimport bone attachment fixes:Saracen2023-10-271-0/+8
* Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-232-2/+2
* Prevent godot crash from importing a certain kind of invalid gltfjsjtxietian2023-10-201-3/+9
* Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-052-4/+19
* Merge pull request #81194 from rcorre/blend-import-76338Rémi Verschelde2023-10-022-64/+82
|\
| * Update blender export flags for 3.6.Ryan Roden-Corrent2023-09-302-64/+82
* | Fix skeletons when generating multiple Godot scenes from one GLTFAaron Franke2023-09-281-8/+6
* | Merge pull request #81851 from aaronfranke/gltf-single-rootRémi Verschelde2023-09-265-14/+77
|\ \
| * | GLTF: Add GODOT_single_root extensionAaron Franke2023-09-265-14/+77
* | | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-264-9/+9
|/ /
* | Add error checks for DirAccess creation.Saracen2023-09-261-0/+2
* | Fix gltf importer forcing vertex colors on all materialsMatias N. Goldberg2023-09-241-1/+0
* | Merge pull request #81264 from aaronfranke/gltf-node-name-cameraRémi Verschelde2023-09-161-1/+1
|\ \
| * | GLTF: Change "Camera3D" generated node name to "Camera"Aaron Franke2023-09-031-1/+1
* | | Merge pull request #80272 from aaronfranke/gltf-root-node-logicRémi Verschelde2023-09-164-17/+29
|\ \ \
| * | | GLTF: Improve logic for keeping track of the real root nodeAaron Franke2023-09-034-17/+29
| |/ /
* | | GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-148-13/+224
* | | Merge pull request #80807 from aaronfranke/gltf-skin-mesh-commentYuri Sizov2023-09-061-1/+5
|\ \ \
| * | | GLTF: Add a comment for skinned mesh tree placementAaron Franke2023-09-051-1/+5
| |/ /
* / / Add EditorStringNames singletonkobewi2023-09-031-2/+3
|/ /
* | Fix doubly-reserved unique names in GLTF scene name assignmentAaron Franke2023-08-201-15/+13
* | Merge pull request #76572 from acazuc/ktx_format_supportRémi Verschelde2023-08-193-0/+115
|\ \
| * | Add support for KTX & KTX2 image formatacazuc2023-08-193-0/+115
* | | Merge pull request #80576 from KurtBliss/masterRémi Verschelde2023-08-181-16/+1
|\ \ \ | |/ / |/| |
| * | Fixed editor filesystem/import properties not being caught by the doctoolKurtBliss2023-08-141-16/+1
* | | GLTF: Add center of mass propertyAaron Franke2023-08-113-3/+40
|/ /
* | Use image index instead of texture index for source_imagesLyuma2023-08-051-1/+2
* | Set base_path and filename during exportAaron Franke2023-08-033-27/+30
* | Expose filename in GLTFStateAaron Franke2023-08-033-5/+23