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
/
doc_classes
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GLTF: Delete unused skeleton_to_node
Aaron Franke
2023-02-26
1
-11
/
+0
*
Remove unused joint boolean in GLTFNode
Aaron Franke
2023-02-21
1
-2
/
+0
*
Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressed
Rémi Verschelde
2023-02-01
1
-0
/
+6
|
\
|
*
gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED
Lyuma
2023-02-01
1
-0
/
+6
*
|
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-31
1
-8
/
+8
|
/
*
Add remove immutable tracks option to glTF importer
Silc Renew
2023-01-30
1
-0
/
+1
*
Add missing classref changes after #62942
Rémi Verschelde
2023-01-27
1
-0
/
+8
*
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
1
-0
/
+11
*
Improve the documentation of GLTFDocument's append methods
Aaron Franke
2023-01-15
1
-4
/
+4
*
Pass GLTFState to the export_preflight method
Aaron Franke
2022-12-11
1
-1
/
+2
*
GLTF: Clean up lots of includes
Aaron Franke
2022-11-29
1
-3
/
+3
*
Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim
Rémi Verschelde
2022-11-29
1
-5
/
+3
|
\
|
*
Add trimming option to cut un-keyed timeline before first key in gltf
Silc Renew
2022-11-29
1
-5
/
+3
*
|
Merge pull request #69083 from fire/abstract_gltf_material
Rémi Verschelde
2022-11-24
1
-2
/
+2
|
\
\
|
*
|
Cache materials in gltf as the abstract class of Material
K. S. Ernest (iFire) Lee
2022-11-24
1
-2
/
+2
*
|
|
Add unregister for GLTFDocumentExtension
RedMser
2022-11-22
1
-1
/
+8
|
/
/
*
|
Add three new methods to GLTFDocumentExtension
Aaron Franke
2022-11-21
1
-1
/
+45
*
|
Add GLTFDocument documentation.
K. S. Ernest (iFire) Lee
2022-11-20
1
-0
/
+9
*
|
Change the way GLTFDocumentExtension classes are registered
Aaron Franke
2022-11-09
2
-4
/
+13
|
/
*
Add a way to store additional data in GLTFState and GLTFNode
Aaron Franke
2022-10-15
2
-0
/
+36
*
GLTF imports & exports material texture filters
The Tophat Demon
2022-10-03
3
-0
/
+41
*
Add a way to get the GLTF extensions supported by GLTFDocumentExtension
Aaron Franke
2022-09-19
1
-0
/
+6
*
Make used extensions stored in GLTFState
Aaron Franke
2022-09-19
1
-0
/
+8
*
Minor enhancements to the GLTF module (lights and docs)
Aaron Franke
2022-09-18
2
-0
/
+5
*
Change Array arguments to TypedArray
kobewi
2022-09-01
1
-1
/
+1
*
Move GLTF camera conversion code into GLTFCamera
Aaron Franke
2022-08-28
1
-0
/
+28
*
Move GLTF light conversion code into GLTFLight
Aaron Franke
2022-08-28
1
-0
/
+28
*
Replace Array return types with TypedArray 3
kobewi
2022-08-24
3
-34
/
+34
*
GLTF: Fix orthographic cameras, internally store data in GLTF's format
Aaron Franke
2022-08-14
1
-1
/
+12
*
Document GLTFLight and GLTFSpecGloss
Aaron Franke
2022-08-14
2
-0
/
+11
*
Prevent AnimationPlayer from being added on GLTF import if the option is unch...
Hakim
2022-08-10
1
-0
/
+2
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
5
-57
/
+57
*
Improve gltf extension GLTFDocument api.
K. S. Ernest (iFire) Lee
2022-05-20
2
-41
/
+30
*
Add Blender install autodetection and configuration.
reduz
2022-04-01
1
-2
/
+2
*
Add fbx2gltf support for importing .fbx files
K. S. Ernest (iFire) Lee
2022-03-30
2
-1
/
+14
*
Add support for importing .blend files
K. S. Ernest (iFire) Lee
2022-03-29
3
-0
/
+25
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
15
-15
/
+15
*
Add import glb from buffer
K. S. Ernest (iFire) Lee
2022-01-04
1
-12
/
+39
*
glTF: Fix override materials and non-empty arrays
Lyuma
2021-11-01
1
-0
/
+2
*
Add scene Post-Import Plugin support.
reduz
2021-10-15
1
-9
/
+0
*
Enable GLTFDocumentExtensionConvertImporterMesh only in games.
K. S. Ernest (iFire) Lee
2021-10-04
1
-1
/
+1
*
GLTF for game templates.
K. S. Ernest (iFire) Lee
2021-10-03
4
-1
/
+87
*
Fix GLTF light import
Aaron Franke
2021-09-26
1
-4
/
+12
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
14
-48
/
+0
*
Merge pull request #52273 from aaronfranke/gltf-renames
Rémi Verschelde
2021-09-15
3
-8
/
+8
|
\
|
*
Fix missing renames in the GLTF module
Aaron Franke
2021-08-31
3
-8
/
+8
*
|
Remove packed scene gltf
K. S. Ernest (iFire) Lee
2021-09-10
2
-43
/
+22
|
/
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
4
-170
/
+85
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
9
-21
/
+21
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-1
/
+1
[prev]
[next]