summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* glTF export for new TYPE_BLEND_SHAPE tracksLyuma2022-03-031-2/+2
* Fix GLTF exporter crash when using GridMapHaoyu Qiu2022-02-201-37/+44
* Default material is assigned to meshes without material for glTF exportFazil Babu2022-02-161-0/+3
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-1515-15/+15
|\
| * Add an XML schema for documentationHugo Locurcio2022-02-1515-15/+15
* | Remove the EditorNode parameter from EditorPlugins create methodstrollodel2022-02-142-2/+2
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-142-9/+7
|/
* Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-122-1/+2
|\
| * Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* | CSG Meshes can be exported as glTFFazil Babu2022-02-111-5/+22
|/
* Fix typos with codespellRémi Verschelde2022-02-101-3/+3
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-3/+2
* [Net] New replication interface, spawner and synchronizer nodes.Fabio Alessandrelli2022-02-041-0/+1
* String: Add contains().Anilforextra2022-02-041-18/+18
* Issue 57130 Fix GLTFDocument.generate_scene if state is nullPaweł Fertyk2022-01-251-0/+1
* Skip Draco-compressed glTF 3d format files.K. S. Ernest (iFire) Lee2022-01-082-17/+35
* Fix some more wrong node nameskobewi2022-01-071-1/+1
* Merge pull request #56479 from V-Sekai/import-optionsRémi Verschelde2022-01-052-4/+4
|\
| * options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee2022-01-052-4/+4
* | Merge pull request #56380 from RedMser/export_gltf_normal_crashRémi Verschelde2022-01-051-20/+23
|\ \
| * | Fix glTF scene export crash on null normal textureRedMser2021-12-311-20/+23
* | | Merge pull request #56290 from nikitalita/fix-gltf-mesh-primsRémi Verschelde2022-01-051-7/+9
|\ \ \
| * | | FIX GLTF Document mesh primitive conversionsnikitalita2021-12-271-7/+9
| |/ /
* | | Merge pull request #52541 from V-Sekai/gltf-load-scene-bufferK. S. Ernest (iFire) Lee2022-01-045-308/+377
|\ \ \ | |_|/ |/| |
| * | Add import glb from bufferK. S. Ernest (iFire) Lee2022-01-045-308/+377
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-0336-72/+72
|/
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Add a double-precision editor build to CIAaron Franke2021-12-093-14/+14
* Remove or make verbose some debugging printsHugo Locurcio2021-12-051-1/+1
* Fix crash when exporting meshes to gltf that have no skin.jitspoe2021-11-221-1/+4
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-122-2/+3
* Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-1/+1
|\
| * reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+1
* | Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-031-8/+8
|\ \ | |/ |/|
| * Remove node_hrcr hackkobewi2021-10-281-8/+8
* | glTF: Fix override materials and non-empty arraysLyuma2021-11-014-1/+52
* | clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-2/+1
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* | gltf: Fix validation errors due to chunk padding and empty skins.Lyuma2021-10-251-18/+25
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-1/+1
* | Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
|/
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-2/+2
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-2/+2
* | Merge pull request #53760 from V-Sekai/import-postRémi Verschelde2021-10-181-0/+3
|\ \
| * | Error check GLTFDocumentExtensionConvertImporterMesh::import_post.K. S. Ernest (iFire) Lee2021-10-131-0/+3
* | | Implement Animation Blend Shape Tracksreduz2021-10-161-6/+6
* | | Add scene Post-Import Plugin support.reduz2021-10-155-21/+12
| |/ |/|
* | Restore gltf animation export after split.K. S. Ernest (iFire) Lee2021-10-132-53/+38
* | Remove REST transform influence in skeleton bonesreduz2021-10-131-26/+7
* | Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-12/+84
|/