summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-4/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-073-57/+53
* Merge pull request #66841 from jtnicholl/blend_enum_checksRémi Verschelde2022-10-051-7/+6
|\
| * Clean up .blend importer to fix unreachable code pathsJonathan Nicholl2022-10-031-7/+6
* | Merge pull request #59481 from LunaticInAHat/gltf_texture_filter_fix_4Clay John2022-10-0314-6/+428
|\ \ | |/ |/|
| * GLTF imports & exports material texture filtersThe Tophat Demon2022-10-0314-6/+428
* | Fix visibility filtering options for .blend importsJonathan Nicholl2022-10-022-3/+3
* | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-0/+5
|/
* Add a way to get the GLTF extensions supported by GLTFDocumentExtensionAaron Franke2022-09-194-4/+34
* Make used extensions stored in GLTFStateAaron Franke2022-09-195-11/+42
* Minor enhancements to the GLTF module (lights and docs)Aaron Franke2022-09-187-29/+44
* Merge pull request #65611 from Sarfraz-droid/Issue65602Rémi Verschelde2022-09-131-1/+1
|\
| * Fix gltf 8 bone weights condition to check for the second joint arraySarfraz2022-09-101-1/+1
* | Fix some errors affecting the Web editorRémi Verschelde2022-09-121-0/+5
|/
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-051-1/+1
* Don't try to read values from null cameras and lights in GLTFAaron Franke2022-09-042-0/+2
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-024-7/+7
|\
| * Change Array arguments to TypedArraykobewi2022-09-014-7/+7
* | Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
|/
* Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-303-12/+12
|\
| * Rename String `plus_file` to `path_join`Aaron Franke2022-08-293-12/+12
* | Move GLTF camera conversion code into GLTFCameraAaron Franke2022-08-284-68/+119
* | Move GLTF light conversion code into GLTFLightAaron Franke2022-08-284-114/+159
|/
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Rename `str2var` to `str_to_var` and similarMicky2022-08-262-5/+5
* Fix Blender file path check to require a directoryJonathan Nicholl2022-08-241-2/+2
* Replace Array return types with TypedArray 3kobewi2022-08-2410-111/+115
* Update messages for missing FBX2glTF, add similar messages for BlenderJonathan Nicholl2022-08-221-9/+16
* 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
|/ /