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
/
structures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
10
-15
/
+436
|
\
|
*
GLTF: Implement KHR_animation_pointer for animating custom properties
Aaron Franke
2024-11-04
2
-1
/
+7
|
*
GLTF: Implement the glTF Object Model to support JSON pointer properties
Aaron Franke
2024-11-04
4
-0
/
+296
|
*
GLTF: Prerequisite cleanups before KHR_animation_pointer
Aaron Franke
2024-11-04
2
-0
/
+48
|
*
GLTF: Clean up animation code to make way for KHR_animation_pointer
Aaron Franke
2024-11-04
2
-11
/
+49
|
*
GLTF: Add more accessor component types
Aaron Franke
2024-11-04
2
-0
/
+10
|
*
GLTF: Move the component type enum into GLTFAccessor
Aaron Franke
2024-11-04
2
-4
/
+23
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
21
-42
/
+42
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
21
-0
/
+42
|
/
*
GLTF: Add append_gltf_node to GLTFState
Aaron Franke
2024-09-02
2
-0
/
+6
*
Change capitalization of glTF in errors and comments.
tetrapod00
2024-08-15
2
-8
/
+8
*
Move GLTFAccessorType into GLTFAccessor
Aaron Franke
2024-07-04
2
-18
/
+40
*
Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, doc
Aaron Franke
2024-05-24
2
-10
/
+23
*
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-1
/
+1
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
|
gltf export: Remove snapping and fix validation
Lyuma
2024-03-10
2
-0
/
+15
|
/
*
Move 3D-only resources to their own folder
Aaron Franke
2024-02-26
4
-4
/
+4
*
Add ufbx for FBX importing
K. S. Ernest (iFire) Lee
2024-02-23
11
-6
/
+207
*
Merge pull request #83231 from aaronfranke/gltf-transform
Rémi Verschelde
2024-02-09
2
-13
/
+9
|
\
|
*
Fix desynced duplicate GLTFNode transform properties
Aaron Franke
2024-01-29
2
-13
/
+9
*
|
Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const
Aaron Franke
2024-02-08
3
-10
/
+81
|
/
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-6
/
+6
*
Fix crash in GLTFBufferView::load_buffer_view_data
Aaron Franke
2024-01-17
1
-0
/
+1
*
Misc changes to the GLTF module before audio PR
Aaron Franke
2024-01-11
2
-1
/
+15
*
Remove Object pointer/solve types conflict in AnimationTrackCache
Silc Lizard (Tokage) Renew
2024-01-08
1
-0
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
9
-0
/
+9
*
Merge pull request #76895 from aaronfranke/gltf-webp
Rémi Verschelde
2023-05-26
1
-1
/
+1
|
\
|
*
Add support for extending GLTF with more texture formats & support WebP
Aaron Franke
2023-05-22
1
-1
/
+1
*
|
Fix GLTFSkin binding for the godot_sking property
Theraot
2023-05-23
1
-1
/
+1
|
/
*
gltf: Permit sparse accessors without a bufferView.
Lyuma
2023-05-09
1
-1
/
+1
*
Remove unused joint boolean in GLTFNode
Aaron Franke
2023-02-21
2
-14
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
20
-580
/
+580
*
Consistently use `p_` for parameters in GLTFDocument
Aaron Franke
2022-12-10
1
-1
/
+1
*
GLTF: Clean up lots of includes
Aaron Franke
2022-11-29
6
-8
/
+7
*
Change the way GLTFDocumentExtension classes are registered
Aaron Franke
2022-11-09
1
-2
/
+0
*
Add a way to store additional data in GLTFState and GLTFNode
Aaron Franke
2022-10-15
2
-0
/
+14
*
GLTF imports & exports material texture filters
The Tophat Demon
2022-10-03
4
-0
/
+224
*
Don't try to read values from null cameras and lights in GLTF
Aaron Franke
2022-09-04
1
-0
/
+1
*
Change Array arguments to TypedArray
kobewi
2022-09-01
2
-5
/
+5
*
Move GLTF camera conversion code into GLTFCamera
Aaron Franke
2022-08-28
2
-0
/
+87
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Replace Array return types with TypedArray 3
kobewi
2022-08-24
4
-8
/
+12
*
GLTF: Fix orthographic cameras, internally store data in GLTF's format
Aaron Franke
2022-08-14
2
-15
/
+27
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
7
-0
/
+7
*
GLTF: Organize structures into a subfolder
Aaron Franke
2022-07-24
18
-0
/
+1655