summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #79623 from aaronfranke/gltf-export-preserializeRémi Verschelde2023-08-034-2/+26
|\ \
| * | Add export_preserialize to the GLTF export processAaron Franke2023-07-184-2/+26
* | | GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-037-10/+44
* | | More cosmetic improvements in the GLTF codeAaron Franke2023-08-034-61/+64
* | | Merge pull request #79801 from aaronfranke/gltf-scene-export-logicRémi Verschelde2023-08-021-35/+30
|\ \ \
| * | | Improve GLTF export logic for scene root nodesAaron Franke2023-07-221-35/+30
| |/ /
* | | Merge pull request #79775 from aaronfranke/gltf-node-gen-cosmeticRémi Verschelde2023-08-022-39/+37
|\ \ \
| * | | Cosmetic changes in GLTF node generation codeAaron Franke2023-07-302-39/+37
| | |/ | |/|
* | | Merge pull request #79267 from aaronfranke/gltf-copyrightRémi Verschelde2023-08-025-18/+45
|\ \ \ | |/ / |/| |
| * | Add copyright to GLTFStateAaron Franke2023-07-105-18/+45
* | | Make blend file importer warnings translatableHaoyu Qiu2023-07-231-2/+2
| |/ |/|
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
* | Merge pull request #79421 from wojtekpil/gltf_emission_strength_exportYuri Sizov2023-07-141-0/+6
|\ \
| * | Add KHR_materials_emissive_strength extension support for exporting gltfswojtekpil2023-07-131-0/+6
* | | GLTF: Internal renames in material parsing codeAaron Franke2023-07-121-27/+27
|/ /
* | Merge pull request #78621 from RevoluPowered/add-emission-strength-support-to...Yuri Sizov2023-07-121-0/+8
|\ \ | |/ |/|
| * Add support for KHR_materials_emissive_strengthRevoluPowered2023-06-231-0/+8
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-0621-21/+21
* | Bump version to 4.2-devRémi Verschelde2023-07-0521-21/+21
|/
* Merge pull request #77545 from aaronfranke/gltf-no-skeletonRémi Verschelde2023-06-231-18/+10
|\
| * Fix exporting MeshInstances without a Skeleton in the GLTF moduleAaron Franke2023-05-271-18/+10