summaryrefslogtreecommitdiffstats
path: root/modules/gltf/gltf_document.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+3
|\|
| * Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-111-2/+2
| |\
| | * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
| * | Merge pull request #94751 from RadiantUwU/patch-2Thaddeus Crews2024-11-111-1/+1
| |\ \ | | |/ | |/|
| | * Return the actual error when an import fails.Radiant2024-10-301-1/+1
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+1
|\| |
| * | Merge pull request #98703 from pgrit/masterThaddeus Crews2024-11-101-0/+1
| |\ \
| | * | set flag for 8 bone weightsPascal Grittmann2024-10-311-0/+1
| | |/
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-619/+1690
|\| |
| * | Merge pull request #94165 from aaronfranke/gltf-khr-anim-ptrThaddeus Crews2024-11-041-592/+1662
| |\ \
| | * | GLTF: Implement KHR_animation_pointer for animating custom propertiesAaron Franke2024-11-041-56/+277
| | * | GLTF: Add functions to encode and decode Variants to/from accessorsAaron Franke2024-11-041-0/+319
| | * | GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+426
| | * | GLTF: Prerequisite cleanups before KHR_animation_pointerAaron Franke2024-11-041-40/+43
| | * | GLTF: Clean up animation code to make way for KHR_animation_pointerAaron Franke2024-11-041-447/+432
| | * | GLTF: Add more accessor component typesAaron Franke2024-11-041-0/+116
| | * | GLTF: Move the component type enum into GLTFAccessorAaron Franke2024-11-041-75/+75
| | |/
| * | GLTF: Add extract_path and extract_prefix settingsAaron Franke2024-11-041-7/+9
| * | GLTF: Don't give up loading image if import failsAaron Franke2024-11-041-21/+20
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-5/+1
|\|
| * Assign the correct bone rest transform to nodes with matrix in GLTFK. S. Ernest (iFire) Lee2024-10-071-5/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* GLTF: Add import_pre_generate and export_post_convert extension stepsAaron Franke2024-09-171-0/+12
* Add per-bone meta to Skeleton3Ddemolke2024-09-161-0/+4
* Merge pull request #96468 from aaronfranke/gltf-append-nodeRémi Verschelde2024-09-161-21/+13
|\
| * GLTF: Add append_gltf_node to GLTFStateAaron Franke2024-09-021-21/+13
* | Merge pull request #94783 from TokageItLab/validate-gltf-anim-nameRémi Verschelde2024-09-121-7/+1
|\ \
| * | Add validation to glTF importer for Blendshape and AnimationSilc 'Tokage' Renew2024-07-261-7/+1
* | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-12/+12
| |/ |/|
* | Import/export GLTF extras to node->metademolke2024-08-291-3/+36
* | Add get_supported_gltf_extensions to GLTFDocumentAaron Franke2024-08-281-13/+33
* | Merge pull request #95121 from aaronfranke/gltf-root-prop-ownerRémi Verschelde2024-08-191-0/+9
|\ \
| * | GLTF: Propagate owner for root node childrenAaron Franke2024-08-041-0/+9
| |/
* / Change capitalization of glTF in errors and comments.tetrapod002024-08-151-13/+13
|/
* Fix handling of missing bin file in gltf separateJordyfel2024-07-181-1/+2
* Move GLTFAccessorType into GLTFAccessorAaron Franke2024-07-041-39/+39
* Use Hermite instead of Bezier for glTF spline interpolationGurvan2024-06-291-11/+14
* Unsetting the owner of `ImporterMeshInstance3D` before adding it to skeleton'...jsjtxietian2024-06-131-0/+1
* Fix GLTFDocument so it can export CSG Meshes correctly.K. S. Ernest (iFire) Lee2024-05-291-16/+21
* Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, docAaron Franke2024-05-241-82/+68
* Add bake_fps for FBXDocument, GLTFDocument and both import-export.K. S. Ernest (iFire) Lee2024-05-231-26/+28
* GLTF export improvementsDavid Nikdel2024-05-111-16/+57
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-191-0/+1
* Fix FBX and glTF when root nodes are skeleton bonesLyuma2024-04-171-0/+6
* Merge pull request #86144 from jsjtxietian/disable-mesh-compression-for-2dRémi Verschelde2024-04-121-1/+11
|\