summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64400 from aaronfranke/gltf-fix-cameraRémi Verschelde2022-08-224-62/+80
|\
| * GLTF: Fix orthographic cameras, internally store data in GLTF's formatAaron Franke2022-08-144-62/+80
* | Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-1/+1
|/
* Document GLTFLight and GLTFSpecGlossAaron Franke2022-08-144-0/+18
* Prevent AnimationPlayer from being added on GLTF import if the option is unch...Hakim2022-08-105-1/+21
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-085-57/+57
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Merge pull request #55943 from jvanmourik/masterRémi Verschelde2022-07-311-1/+2
|\
| * glTF animation parsing: Changed the 'loop' and 'cycle' animation name keyword...jvanmourik2021-12-151-1/+2
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-2510-3/+13
* | Merge pull request #63219 from reduz/implement-vector4-projectionRémi Verschelde2022-07-251-1/+1
|\ \
| * | Implement Vector4, Vector4i, Projectionreduz2022-07-231-1/+1
* | | GLTF: Organize structures into a subfolderAaron Franke2022-07-2429-33/+46
* | | Merge pull request #63409 from V-Sekai/gltf-exportRémi Verschelde2022-07-251-10/+0
|\ \ \
| * | | Mend duplicate nodes in the gltf export.K. S. Ernest (iFire) Lee2022-07-241-10/+0
* | | | GLTF: Move shared defines into a separate gltf_defines.h fileAaron Franke2022-07-2418-185/+268
|/ / /
* / / GLTF: Only list used extensions when they're actually usedAaron Franke2022-07-232-38/+55
|/ /
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* | Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-2/+2
|\ \
| * | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* | | Add static methods for creating Image and ImageTexturekobewi2022-07-081-15/+5
|/ /
* | Fix light intensity and attenuation import from GLTFPZerua2022-07-051-9/+4
* | glTF: Fix a couple typos in warnings on image parsingRémi Verschelde2022-07-031-2/+2
* | Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* | Add a new HashSet templatereduz2022-05-203-8/+8
* | Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee2022-05-2013-173/+235
* | Replace most uses of Map by HashMapreduz2022-05-1616-70/+70
* | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-35/+44
|\ \
| * | Refactor module initializationreduz2022-05-042-35/+44
* | | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-15/+15
|/ /
* | Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menuRémi Verschelde2022-04-271-3/+6
|\ \
| * | move gltf export under scene menuPriyansh Rathi2022-04-121-3/+6
* | | Discard images from gltf import for the animation library.K. S. Ernest (iFire) Lee2022-04-233-30/+50
* | | Merge pull request #60177 from reduz/animation-library-importRémi Verschelde2022-04-137-28/+14
|\ \ \
| * | | Import scenes as AnimationLibraryreduz2022-04-137-28/+14
* | | | Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-9/+9
|/ / /
* | | Merge pull request #59980 from reduz/animation-librariesRémi Verschelde2022-04-111-1/+8
|\ \ \
| * | | Implement Animation Librariesreduz2022-04-111-1/+8
* | | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-27/+22
|/ / /
* / / Fix path handling in FBX and Blend importersRémi Verschelde2022-04-072-6/+10
|/ /
* | Initialize pointer variables to fix random crash on startup.Marc Gilleron2022-04-031-5/+5
* | Merge pull request #59764 from reduz/blender-import-autodetectRémi Verschelde2022-04-014-18/+356
|\ \
| * | Add Blender install autodetection and configuration.reduz2022-04-014-18/+356
* | | Merge pull request #59755 from V-Sekai/import-gltf-mat-placeholderRémi Verschelde2022-04-012-0/+16
|\ \ \
| * | | Add support for Blend importing of material placeholders.K. S. Ernest (iFire) Lee2022-03-312-0/+16
| |/ /
* / / Allow importing punctual lights from Blend.K. S. Ernest (iFire) Lee2022-03-311-1/+1
|/ /
* | Add fbx2gltf support for importing .fbx filesK. S. Ernest (iFire) Lee2022-03-309-29/+235
* | Add support for importing .blend filesK. S. Ernest (iFire) Lee2022-03-2911-47/+445
* | Remove last editor code dependencies in template buildRémi Verschelde2022-03-282-8/+9
* | Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-286-19/+29