index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gltf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
2
-2
/
+2
*
Misc changes to the GLTF module before audio PR
Aaron Franke
2024-01-11
11
-11
/
+91
*
Merge pull request #85335 from zinefer/bugfix-blend-importer-on-windows-netwo...
Rémi Verschelde
2024-01-09
1
-1
/
+13
|
\
|
*
Bugfix: Replace // with \\ before sending path to Blender
zinefer
2023-12-07
1
-1
/
+13
*
|
Remove Object pointer/solve types conflict in AnimationTrackCache
Silc Lizard (Tokage) Renew
2024-01-08
2
-0
/
+3
*
|
Merge pull request #86016 from demolke/master
Rémi Verschelde
2024-01-08
1
-0
/
+9
|
\
\
|
*
|
Import step interpolation for loc/rot/scale from GLTF as nearest
demolke
2024-01-05
1
-0
/
+9
*
|
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-2
/
+2
|
/
/
*
|
Move 3D scene import classes to their own folder
Aaron Franke
2024-01-04
4
-4
/
+4
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-4
/
+4
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-4
/
+4
*
|
|
Merge pull request #86504 from lyuma/gltf_reimport_textures_merry_xmas
Rémi Verschelde
2024-01-02
1
-1
/
+3
|
\
\
\
|
*
|
|
gltf: fix three bugs which prevented extracted textures from being refreshed.
Lyuma
2023-12-25
1
-1
/
+3
|
|
/
/
*
/
/
Add export settings to the export dialog for GLTF
Aaron Franke
2023-12-30
7
-163
/
+430
|
/
/
*
/
Fix referring to ResourceImporterScene static importers via instances
Aaron Franke
2023-12-11
1
-3
/
+3
|
/
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
1
-0
/
+5
*
Link to runtime loading/saving tutorial and improve Image documentation
Hugo Locurcio
2023-11-14
18
-0
/
+18
*
Use the Blender file name instead of the generated GLTF file name
Aaron Franke
2023-11-09
2
-2
/
+4
*
Implement glTF compat version system for files from older Godot versions
Aaron Franke
2023-11-03
4
-6
/
+48
*
Enhance checks and user experience around tangents.
clayjohn
2023-11-01
1
-3
/
+20
*
Reimport bone attachment fixes:
Saracen
2023-10-27
1
-0
/
+8
*
Fix "as" capitalization in editor strings
Haoyu Qiu
2023-10-23
2
-2
/
+2
*
Prevent godot crash from importing a certain kind of invalid gltf
jsjtxietian
2023-10-20
1
-3
/
+9
*
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
1
-1
/
+1
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
2
-4
/
+19
*
Merge pull request #81194 from rcorre/blend-import-76338
Rémi Verschelde
2023-10-02
2
-64
/
+82
|
\
|
*
Update blender export flags for 3.6.
Ryan Roden-Corrent
2023-09-30
2
-64
/
+82
*
|
Fix skeletons when generating multiple Godot scenes from one GLTF
Aaron Franke
2023-09-28
1
-8
/
+6
*
|
Merge pull request #81851 from aaronfranke/gltf-single-root
Rémi Verschelde
2023-09-26
5
-14
/
+77
|
\
\
|
*
|
GLTF: Add GODOT_single_root extension
Aaron Franke
2023-09-26
5
-14
/
+77
*
|
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
4
-9
/
+9
|
/
/
*
|
Add error checks for DirAccess creation.
Saracen
2023-09-26
1
-0
/
+2
*
|
Fix gltf importer forcing vertex colors on all materials
Matias N. Goldberg
2023-09-24
1
-1
/
+0
*
|
Merge pull request #81264 from aaronfranke/gltf-node-name-camera
Rémi Verschelde
2023-09-16
1
-1
/
+1
|
\
\
|
*
|
GLTF: Change "Camera3D" generated node name to "Camera"
Aaron Franke
2023-09-03
1
-1
/
+1
*
|
|
Merge pull request #80272 from aaronfranke/gltf-root-node-logic
Rémi Verschelde
2023-09-16
4
-17
/
+29
|
\
\
\
|
*
|
|
GLTF: Improve logic for keeping track of the real root node
Aaron Franke
2023-09-03
4
-17
/
+29
|
|
/
/
*
|
|
GLTF: Allow specifying export image format including from extensions
Aaron Franke
2023-09-14
8
-13
/
+224
*
|
|
Merge pull request #80807 from aaronfranke/gltf-skin-mesh-comment
Yuri Sizov
2023-09-06
1
-1
/
+5
|
\
\
\
|
*
|
|
GLTF: Add a comment for skinned mesh tree placement
Aaron Franke
2023-09-05
1
-1
/
+5
|
|
/
/
*
/
/
Add EditorStringNames singleton
kobewi
2023-09-03
1
-2
/
+3
|
/
/
*
|
Fix doubly-reserved unique names in GLTF scene name assignment
Aaron Franke
2023-08-20
1
-15
/
+13
*
|
Merge pull request #76572 from acazuc/ktx_format_support
Rémi Verschelde
2023-08-19
3
-0
/
+115
|
\
\
|
*
|
Add support for KTX & KTX2 image format
acazuc
2023-08-19
3
-0
/
+115
*
|
|
Merge pull request #80576 from KurtBliss/master
Rémi Verschelde
2023-08-18
1
-16
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed editor filesystem/import properties not being caught by the doctool
KurtBliss
2023-08-14
1
-16
/
+1
*
|
|
GLTF: Add center of mass property
Aaron Franke
2023-08-11
3
-3
/
+40
|
/
/
*
|
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
3
-27
/
+30
*
|
Expose filename in GLTFState
Aaron Franke
2023-08-03
3
-5
/
+23
[next]