summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Rebrand godette to Redot-chanTrashguy2024-11-141-1/+1
* Fix copyright headers referring to GodotSpartan3222024-10-2759-118/+118
* Rebrand preambles to RedotSpartan3222024-10-1359-0/+118
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* GLTF: Propagate owner for root node childrenAaron Franke2024-09-161-0/+9
* Fix no validation on Blender path on importationHilderin2024-09-162-2/+10
* Fix `browse_dialog` in Blender scene importer to accept filesraging-loon2024-07-291-11/+15
* Fix handling of missing bin file in gltf separateJordyfel2024-07-181-1/+2
* Merge pull request #94058 from Hilderin/fix-scene-project-importation-settingsRémi Verschelde2024-07-172-7/+8
|\
| * Fix missing options in Project Import DefaultsHilderin2024-07-092-7/+8
* | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-markRémi Verschelde2024-07-083-7/+65
|\ \ | |/ |/|
| * Fix .blend files with quotation marks in filename fail to importHilderin2024-07-073-7/+65
* | Merge pull request #93998 from demolke/blender42Rémi Verschelde2024-07-071-3/+11
|\ \ | |/ |/|
| * Update vertex color import to handle Blender 4.2 upwardsdemolke2024-07-061-3/+11
* | Move GLTFAccessorType into GLTFAccessorAaron Franke2024-07-045-63/+108
|/
* Use Hermite instead of Bezier for glTF spline interpolationGurvan2024-06-291-11/+14
* Merge pull request #92640 from AThousandShips/text_value_changed_snameRémi Verschelde2024-06-191-1/+1
|\
| * [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* | Merge pull request #92639 from AThousandShips/confirmed_snameRémi Verschelde2024-06-191-1/+1
|\|
| * [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* | Retain meta data set on imported nodestamas2024-06-182-0/+12
|/
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* Unsetting the owner of `ImporterMeshInstance3D` before adding it to skeleton'...jsjtxietian2024-06-131-0/+1
* Merge pull request #73941 from Jummit/active-collectionRémi Verschelde2024-06-031-0/+4
|\
| * Blend import: Ability to import only the active collectionJummit2024-05-311-0/+4
* | 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-246-108/+112
* Add bake_fps for FBXDocument, GLTFDocument and both import-export.K. S. Ernest (iFire) Lee2024-05-2310-30/+65
* Support Import As Skeleton Bones on glTF and AnimationLibrary importLyuma2024-05-211-0/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* GLTF export improvementsDavid Nikdel2024-05-111-16/+57
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-082-13/+13
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-13/+13
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|/
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggersRémi Verschelde2024-04-261-4/+46
|\
| * Add support for explicitly-defined compound triggers in GLTF filesAaron Franke2024-04-041-4/+46
* | Merge pull request #91078 from aaronp64/import_skip_crashRémi Verschelde2024-04-251-0/+1
|\ \
| * | Fix errors/crashes related to skipped importsaaronp642024-04-251-0/+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
|\ \
| * | Disable mesh compression if vertex position.z is always 0jsjtxietian2024-04-101-1/+11
* | | Fix GLTFDocument.append_from_scene() crash on null nodeaaronp642024-04-101-0/+1
|/ /
* | Merge pull request #90230 from aaronfranke/gltf-sep-shape3d-resRémi Verschelde2024-04-085-28/+61
|\ \
| * | Separate Shape3D resource logic in GLTFPhysicsShapeAaron Franke2024-04-045-28/+61
| |/
* / GLTF export: Propagate `property_list_changed` from extensionsAaron Franke2024-04-042-0/+10
|/
* Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-302-6/+4
* Merge pull request #89542 from aaronfranke/convert-hull-to-mesh-funcRémi Verschelde2024-03-241-24/+30
|\