index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gltf
Age
Commit message (
Expand
)
Author
2021-06-03
Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D
Aaron Franke
2021-06-03
Update documentation for Transform3D
Aaron Franke
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-27
gltf: Fix mesh nodes which are also bones.
Lyuma
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-21
Merge pull request #48913 from lyuma/gltf_named_binds_dedup
Rémi Verschelde
2021-05-20
gltf: Fail gracefully when a mesh instance fails.
Lyuma
2021-05-20
Fix incorrect skin deduplication when using named binds
Lyuma
2021-05-21
Merge pull request #48904 from fire/gltf-img-failure
Rémi Verschelde
2021-05-20
When one invalid image fails, it should only fail that single image.
K. S. Ernest (iFire) Lee
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-01
Fix some tangent Color typos in GLTF
Aaron Franke
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-15
Merge pull request #47878 from clayjohn/rename-get_surface_material
Rémi Verschelde
2021-04-14
Rename get_surface_material to get_surface_override_material
clayjohn
2021-04-13
Export gltf2 normal textures correctly.
K. S. Ernest (iFire) Lee
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-03-28
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-25
doc: Sync classref with current source
Rémi Verschelde
2021-03-24
Always have a name for gltf2 mesh, material and skins.
K. S. Ernest (iFire) Lee
2021-03-22
Improved 3D Scene Importer
Juan Linietsky
2021-03-19
Merge pull request #47128 from ArdaE/master
Rémi Verschelde
2021-03-18
GLTF import: Prevent significant numerical errors in keyframe times
ArdaE
2021-03-18
doc: Sync classref with current source
Rémi Verschelde
2021-03-16
Expand bone name possibilities.
K. S. Ernest (iFire) Lee
2021-03-09
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-02-24
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-19
doc: Sync classref with current source
Rémi Verschelde
2021-02-17
glTF: Fix set_joint_i_to_name not using its argument
Angad Kambli
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-26
Merge pull request #45435 from fire/gltf-node-anim-export
Rémi Verschelde
2021-01-26
Remove Quat set methods in favour of constructors
Marcel Admiraal
2021-01-24
Restore gltf node animation export.
K. S. Ernest (iFire) Lee
2021-01-22
Make GLTF not depend on CSG or GridMap
Aaron Franke
2021-01-14
fix gltf not importing files w/o bufferViews or accessors
Fabian Stiewitz
2021-01-08
make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITOR
NutmegStudio
2021-01-05
glTF: Fix loading external images as buffer
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Expose gltf2 eight weights.
K. S. Ernest (iFire) Lee
2020-12-28
Merge pull request #44586 from madmiraal/rename-stepify
Rémi Verschelde
2020-12-28
Fix GLTF after camera near and far rename merge
Marcel Admiraal
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
Add missing "normalized" accessor property to glTF document
Adam Scott
2020-12-23
Fix mistake in GLTFMesh.mesh property
Lyuma
2020-12-22
Add exporting glTF2.
K. S. Ernest (iFire) Lee