summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_document.cpp
AgeCommit message (Expand)Author
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-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-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-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-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-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
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-24Always have a name for gltf2 mesh, material and skins.K. S. Ernest (iFire) Lee
2021-03-18GLTF import: Prevent significant numerical errors in keyframe timesArdaE
2021-03-16Expand bone name possibilities.K. S. Ernest (iFire) Lee
2021-02-24Relaxes Node naming constraints in glTF documents to match the Editor.abaire
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-26Merge pull request #45435 from fire/gltf-node-anim-exportRémi Verschelde
2021-01-26Remove Quat set methods in favour of constructorsMarcel Admiraal
2021-01-24Restore gltf node animation export.K. S. Ernest (iFire) Lee
2021-01-22Make GLTF not depend on CSG or GridMapAaron Franke
2021-01-14fix gltf not importing files w/o bufferViews or accessorsFabian Stiewitz
2021-01-05glTF: Fix loading external images as bufferRémi Verschelde