summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-314-39/+39
* Import/export GLTF extras to node->metademolke2024-08-292-3/+201
* Add get_supported_gltf_extensions to GLTFDocumentAaron Franke2024-08-283-13/+42
* ResourceImporterScene: Replace animation bool with an import type string enumAaron Franke2024-08-274-4/+4
* GLTF: Only create MeshInstance3D when neededAaron Franke2024-08-271-9/+9
* Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-importRémi Verschelde2024-08-192-2/+10
|\
| * Fix no validation on Blender path on importationHilderin2024-07-302-2/+10
* | 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
| |/
* | Add Option for Export Geometry Nodes Instances in blend importerywmaa2024-08-191-0/+13
* | Merge pull request #95603 from tetrapod00/gltf-capitalization-errorsRémi Verschelde2024-08-167-44/+44
|\ \
| * | Change capitalization of glTF in errors and comments.tetrapod002024-08-157-44/+44
| |/
* | Merge pull request #95578 from tetrapod00/gltf-capitalization-classrefRémi Verschelde2024-08-1617-106/+106
|\ \
| * | Fix glTF capitalization in class referencetetrapod002024-08-1517-106/+106
| |/
* / Remove empty bind_methods()kobewi2024-08-152-4/+0
|/
* 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
|/ /