summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * GLTF: Extract converting hull points to mesh to a helper functionAaron Franke2024-03-151-24/+30
* | Fix method bindings in FBXDocument by making them virtual in GLTFDocument.Lyuma2024-03-151-6/+6
|/
* Merge pull request #89418 from lyuma/gltf_vertex_packingRémi Verschelde2024-03-142-69/+148
|\
| * glTF importer now only stores vertices referenced by the indices per surface.Lyuma2024-03-132-69/+148
* | Merge pull request #89356 from lyuma/vsk-gltf-sparse-accessors-4.3Rémi Verschelde2024-03-142-54/+193
|\ \
| * | glTF export: morph targets are relative, so use zero as referenceLyuma2024-03-122-35/+33
| * | Update buffer view target handling, encode sparse accessors as vec3.K. S. Ernest (iFire) Lee2024-03-122-46/+187
| |/
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-144-10/+10
|\ \
| * | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-074-10/+10
* | | [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-132-2/+2
* | | Add browse folder and browse file iconsAdam Scott2024-03-122-1/+14
| |/ |/|
* | gltf export: Remove snapping and fix validationLyuma2024-03-105-55/+109
|/
* Merge pull request #88958 from 398utubzyt/gltf/use-correct-nameRémi Verschelde2024-02-291-1/+1
|\
| * Fix compilation errors when `DISABLE_DEPRECATED` is defined398utubzyt2024-02-281-1/+1
* | Merge pull request #88920 from AThousandShips/group_doc_fixRémi Verschelde2024-02-291-1/+1
|\ \ | |/ |/|
| * [Doc] Fix some incorrect uses of "children"A Thousand Ships2024-02-291-1/+1