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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-0
/
+1
|
\
|
*
GLTF: Preserve node visibility on import
Aaron Franke
2024-11-05
1
-0
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
7
-18
/
+307
|
\
|
|
*
GLTF: Implement the glTF Object Model in physics extension
Aaron Franke
2024-11-04
2
-15
/
+266
|
*
GLTF: Implement the glTF Object Model to support JSON pointer properties
Aaron Franke
2024-11-04
4
-0
/
+41
|
*
GLTF: Prerequisite cleanups before KHR_animation_pointer
Aaron Franke
2024-11-04
1
-3
/
+0
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
18
-36
/
+36
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
18
-0
/
+36
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
GLTF: Add import_pre_generate and export_post_convert extension steps
Aaron Franke
2024-09-17
2
-9
/
+30
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
3
-27
/
+27
*
GLTF: Only create MeshInstance3D when needed
Aaron Franke
2024-08-27
1
-9
/
+9
*
Merge pull request #95603 from tetrapod00/gltf-capitalization-errors
Rémi Verschelde
2024-08-16
4
-23
/
+23
|
\
|
*
Change capitalization of glTF in errors and comments.
tetrapod00
2024-08-15
4
-23
/
+23
*
|
Remove empty bind_methods()
kobewi
2024-08-15
2
-4
/
+0
|
/
*
Retain meta data set on imported nodes
tamas
2024-06-18
2
-0
/
+12
*
Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggers
Rémi Verschelde
2024-04-26
1
-4
/
+46
|
\
|
*
Add support for explicitly-defined compound triggers in GLTF files
Aaron Franke
2024-04-04
1
-4
/
+46
*
|
Separate Shape3D resource logic in GLTFPhysicsShape
Aaron Franke
2024-04-04
3
-26
/
+45
|
/
*
GLTF: Extract converting hull points to mesh to a helper function
Aaron Franke
2024-03-15
1
-24
/
+30
*
Split monolithic physics class files
smix8
2024-02-27
5
-6
/
+10
*
Move 3D-only resources to their own folder
Aaron Franke
2024-02-26
2
-8
/
+8
*
Add ufbx for FBX importing
K. S. Ernest (iFire) Lee
2024-02-23
3
-0
/
+15
*
Fix exporting trigger shapes in GLTF
Aaron Franke
2024-02-11
1
-1
/
+1
*
GLTF: Update OMI_physics_body, add OMI_physics_shape, keep OMI_collider
Aaron Franke
2024-01-19
5
-206
/
+535
*
Misc changes to the GLTF module before audio PR
Aaron Franke
2024-01-11
1
-1
/
+0
*
Remove Object pointer/solve types conflict in AnimationTrackCache
Silc Lizard (Tokage) Renew
2024-01-08
1
-0
/
+2
*
Merge pull request #81851 from aaronfranke/gltf-single-root
Rémi Verschelde
2023-09-26
1
-1
/
+0
|
\
|
*
GLTF: Add GODOT_single_root extension
Aaron Franke
2023-09-26
1
-1
/
+0
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
2
-2
/
+2
|
/
*
Merge pull request #80272 from aaronfranke/gltf-root-node-logic
Rémi Verschelde
2023-09-16
1
-1
/
+1
|
\
|
*
GLTF: Improve logic for keeping track of the real root node
Aaron Franke
2023-09-03
1
-1
/
+1
*
|
GLTF: Allow specifying export image format including from extensions
Aaron Franke
2023-09-14
4
-0
/
+86
|
/
*
Add support for KTX & KTX2 image format
acazuc
2023-08-19
2
-0
/
+113
*
GLTF: Add center of mass property
Aaron Franke
2023-08-11
2
-2
/
+36
*
Merge pull request #79623 from aaronfranke/gltf-export-preserialize
Rémi Verschelde
2023-08-03
2
-0
/
+10
|
\
|
*
Add export_preserialize to the GLTF export process
Aaron Franke
2023-07-18
2
-0
/
+10
*
|
GLTF: Preserve the original bytes when importing a texture
Aaron Franke
2023-08-03
4
-0
/
+14
*
|
More cosmetic improvements in the GLTF code
Aaron Franke
2023-08-03
1
-2
/
+0
|
/
*
GLTF: Rename GLTFCollider class to GLTFPhysicsShape
Aaron Franke
2023-06-16
4
-118
/
+118
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
3
-1
/
+2
*
GLTF: Expose the inertia tensor instead of a vector
Aaron Franke
2023-06-06
2
-18
/
+25
*
Fix center of mass when importing GLTF physics bodies
Aaron Franke
2023-05-29
1
-0
/
+5
*
Add support for extending GLTF with more texture formats & support WebP
Aaron Franke
2023-05-22
4
-0
/
+137
*
Implement physics support in the GLTF module
Aaron Franke
2023-03-09
7
-0
/
+1034
*
Fix glTF mesh importer not freeing nodes correctly on import
Abdulrahman Al Zeidi
2023-02-27
1
-1
/
+1
*
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-31
2
-24
/
+24
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Update stale node ref after replace_by in GLTF importer
James Mintram
2023-01-01
1
-0
/
+1
*
Pass GLTFState to the export_preflight method
Aaron Franke
2022-12-11
2
-5
/
+5
[next]