summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-1/+1
* implement ping-pong loop in animationTokage2021-10-091-1/+1
* Enable GLTFDocumentExtensionConvertImporterMesh only in games.K. S. Ernest (iFire) Lee2021-10-042-2/+3
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-0322-144/+621
* Use range iterators for `Map`Lightning_A2021-09-301-32/+32
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-1/+1
* gltf export: Fix export of skeletons, skins and blend shapes.Lyuma2021-09-293-345/+354
* Use functions defined in the their classes.Anilforextra2021-09-291-4/+1
* Fix GLTF light importAaron Franke2021-09-263-11/+19
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-2014-48/+0
* Corrected GLTFDocument::save_scene from processing a nullptrMatthew Newall2021-09-201-0/+2
* Merge pull request #52273 from aaronfranke/gltf-renamesRémi Verschelde2021-09-1511-128/+124
|\
| * Fix missing renames in the GLTF moduleAaron Franke2021-08-3111-128/+124
* | 8 uvs for glTF2, URI decode and Vertex Custom api.Lyuma2021-09-101-19/+132
* | Remove packed scene gltfK. S. Ernest (iFire) Lee2021-09-1013-194/+123
|/
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
* Continue when glTF2 lights fail to parse.K. S. Ernest (iFire) Lee2021-08-091-5/+7
* Merge pull request #51052 from V-Sekai/gltf-fallbacksRémi Verschelde2021-07-301-9/+16
|\
| * glTF2 fallback load PNG and JPGK. S. Ernest (iFire) Lee2021-07-301-9/+16
* | doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-304-170/+85
* | In glTF2 animations, log spam less when running.K. S. Ernest (iFire) Lee2021-07-291-1/+4
|/
* Fix GLTF crash when the material is not set.Andrea Catania2021-07-231-1/+1
* Set the surface name when GLTF file is imported.Andrea Catania2021-07-211-1/+1
* Misc cleanup of header includesRémi Verschelde2021-07-155-64/+34
* Implement the ability to disable classesreduz2021-07-131-15/+15
* Fix editor suffixes and degrees conversionreduz2021-06-301-6/+2
* Make curve interpolate crash less.K. S. Ernest (iFire) Lee2021-06-271-0/+2
* Merge pull request #49754 from aaronfranke/is-eq-approx-sub-optRémi Verschelde2021-06-201-1/+1
|\
| * Fix sub-optimal uses of is_equal_approxAaron Franke2021-06-201-1/+1
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-194-61/+61
|/
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-193-16/+10
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-189-21/+21
* Merge pull request #49401 from fire/8-weightsK. S. Ernest (iFire) Lee2021-06-161-2/+2
|\