summaryrefslogtreecommitdiffstats
path: root/modules/gltf/gltf_document.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #69083 from fire/abstract_gltf_materialRémi Verschelde2022-11-241-181/+189
|\ \
| * | Cache materials in gltf as the abstract class of MaterialK. S. Ernest (iFire) Lee2022-11-241-181/+189
* | | Add unregister for GLTFDocumentExtensionRedMser2022-11-221-0/+6
|/ /
* | Add three new methods to GLTFDocumentExtensionAaron Franke2022-11-211-20/+53
* | Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-44/+31
|/
* Replace Quaternion Euler constructor with `from_euler` methodAaron Franke2022-11-011-1/+1
* Make some Image methods statickobewi2022-10-141-4/+2
* 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-071-48/+47
* GLTF imports & exports material texture filtersThe Tophat Demon2022-10-031-5/+133
* Add a way to get the GLTF extensions supported by GLTFDocumentExtensionAaron Franke2022-09-191-4/+19
* Make used extensions stored in GLTFStateAaron Franke2022-09-191-10/+17
* Minor enhancements to the GLTF module (lights and docs)Aaron Franke2022-09-181-26/+27
* Fix gltf 8 bone weights condition to check for the second joint arraySarfraz2022-09-101-1/+1
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-051-1/+1
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-1/+1
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* | 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-301-4/+4
|\
| * Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-4/+4
* | Move GLTF camera conversion code into GLTFCameraAaron Franke2022-08-281-68/+4
* | Move GLTF light conversion code into GLTFLightAaron Franke2022-08-281-114/+6
|/
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-4/+4
* Merge pull request #64400 from aaronfranke/gltf-fix-cameraRémi Verschelde2022-08-221-46/+41
|\
| * GLTF: Fix orthographic cameras, internally store data in GLTF's formatAaron Franke2022-08-141-46/+41
* | Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-1/+1
|/
* Prevent AnimationPlayer from being added on GLTF import if the option is unch...Hakim2022-08-101-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
* | 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-241-1/+1
* | | 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-241-35/+26
|/ / /
* / / GLTF: Only list used extensions when they're actually usedAaron Franke2022-07-231-38/+54
|/ /
* | 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
* | Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee2022-05-201-31/+85
* | Replace most uses of Map by HashMapreduz2022-05-161-24/+24
* | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-15/+15
* | Discard images from gltf import for the animation library.K. S. Ernest (iFire) Lee2022-04-231-30/+38
* | 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-111-24/+19
|/ /
* | Add support for importing .blend filesK. S. Ernest (iFire) Lee2022-03-291-7/+9
* | Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-7/+9
* | Add GLTF, DAE and FBX importers enforcement for blend shape mask arrayAdam Scott2022-03-241-0/+7