summaryrefslogtreecommitdiff
path: root/modules/gltf
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-29gltf export: Fix export of skeletons, skins and blend shapes.Lyuma
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-26Fix GLTF light importAaron Franke
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-20Corrected GLTFDocument::save_scene from processing a nullptrMatthew Newall
2021-09-15Merge pull request #52273 from aaronfranke/gltf-renamesRémi Verschelde
2021-09-108 uvs for glTF2, URI decode and Vertex Custom api.Lyuma
2021-09-10Remove packed scene gltfK. S. Ernest (iFire) Lee
2021-08-31Fix missing renames in the GLTF moduleAaron Franke
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-09Continue when glTF2 lights fail to parse.K. S. Ernest (iFire) Lee
2021-07-30Merge pull request #51052 from V-Sekai/gltf-fallbacksRémi Verschelde
2021-07-30glTF2 fallback load PNG and JPGK. S. Ernest (iFire) Lee
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-29In glTF2 animations, log spam less when running.K. S. Ernest (iFire) Lee
2021-07-23Fix GLTF crash when the material is not set.Andrea Catania
2021-07-21Set the surface name when GLTF file is imported.Andrea Catania
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-27Make curve interpolate crash less.K. S. Ernest (iFire) Lee
2021-06-20Merge pull request #49754 from aaronfranke/is-eq-approx-sub-optRémi Verschelde
2021-06-20Fix sub-optimal uses of is_equal_approxAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-16Merge pull request #49401 from fire/8-weightsK. S. Ernest (iFire) Lee
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-07Fix 8 bone weights in glTF2K. S. Ernest (iFire) Lee
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke
2021-06-03Update documentation for Transform3DAaron Franke
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-27gltf: Fix mesh nodes which are also bones.Lyuma
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-21Merge pull request #48913 from lyuma/gltf_named_binds_dedupRémi Verschelde
2021-05-20gltf: Fail gracefully when a mesh instance fails.Lyuma
2021-05-20Fix incorrect skin deduplication when using named bindsLyuma
2021-05-21Merge pull request #48904 from fire/gltf-img-failureRémi Verschelde
2021-05-20When one invalid image fails, it should only fail that single image.K. S. Ernest (iFire) Lee
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-01Fix some tangent Color typos in GLTFAaron Franke
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-15Merge pull request #47878 from clayjohn/rename-get_surface_materialRémi Verschelde
2021-04-14Rename get_surface_material to get_surface_override_materialclayjohn
2021-04-13Export gltf2 normal textures correctly.K. S. Ernest (iFire) Lee
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde