summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #87371 from AThousandShips/size_err_checkRémi Verschelde2024-02-091-9/+9
|\
| * Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-9/+9
* | Merge pull request #83231 from aaronfranke/gltf-transformRémi Verschelde2024-02-093-60/+46
|\ \ | |/ |/|
| * Fix desynced duplicate GLTFNode transform propertiesAaron Franke2024-01-293-60/+46
* | Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-083-10/+81
* | Merge pull request #87934 from aaronfranke/fix-gltf-bad-mesh-exportRémi Verschelde2024-02-081-6/+11
|\ \
| * | Fix GLTF exporting invalid meshes and attempting to export gizmo meshesAaron Franke2024-02-041-6/+11
* | | Fix crash when importing a GLTF file with a skeleton as the rootAaron Franke2024-02-042-6/+11
|/ /
* | Merge pull request #87775 from clayjohn/GLTF-export-ra-rgRémi Verschelde2024-01-311-1/+0
|\ \ | |/ |/|
| * Remove workaround in GLTF exporter that double converts ra textures to rgclayjohn2024-01-301-1/+0
* | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-6/+6
|\ \
| * | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-6/+6
| |/
* | Merge pull request #87300 from Calinou/math-normalize-error-show-valueRémi Verschelde2024-01-291-6/+6
|\ \
| * | Display values in vector/quaternion math function errorsHugo Locurcio2024-01-281-6/+6
| |/
* | Merge pull request #85519 from mxaddict/blender-rpc-serverRémi Verschelde2024-01-292-21/+41
|\ \
| * | Added proper timeout for blender rpc connectionmxaddict2024-01-272-21/+41
| |/
* / Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-275-117/+96
|/
* GLTF: Update OMI_physics_body, add OMI_physics_shape, keep OMI_colliderAaron Franke2024-01-197-215/+552
* Fix crash in GLTFBufferView::load_buffer_view_dataAaron Franke2024-01-171-0/+1
* 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
|/ /