| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #69083 from fire/abstract_gltf_material | Rémi Verschelde | 2022-11-24 | 1 | -181/+189 |
|\ \ |
|
| * | | Cache materials in gltf as the abstract class of Material | K. S. Ernest (iFire) Lee | 2022-11-24 | 1 | -181/+189 |
* | | | Add unregister for GLTFDocumentExtension | RedMser | 2022-11-22 | 1 | -0/+6 |
|/ / |
|
* | | Add three new methods to GLTFDocumentExtension | Aaron Franke | 2022-11-21 | 1 | -20/+53 |
* | | Change the way GLTFDocumentExtension classes are registered | Aaron Franke | 2022-11-09 | 1 | -44/+31 |
|/ |
|
* | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke | 2022-11-01 | 1 | -1/+1 |
* | Make some Image methods static | kobewi | 2022-10-14 | 1 | -4/+2 |
* | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde | 2022-10-10 | 1 | -4/+1 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -48/+47 |
* | GLTF imports & exports material texture filters | The Tophat Demon | 2022-10-03 | 1 | -5/+133 |
* | Add a way to get the GLTF extensions supported by GLTFDocumentExtension | Aaron Franke | 2022-09-19 | 1 | -4/+19 |
* | Make used extensions stored in GLTFState | Aaron Franke | 2022-09-19 | 1 | -10/+17 |
* | Minor enhancements to the GLTF module (lights and docs) | Aaron Franke | 2022-09-18 | 1 | -26/+27 |
* | Fix gltf 8 bone weights condition to check for the second joint array | Sarfraz | 2022-09-10 | 1 | -1/+1 |
* | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | Micky | 2022-09-05 | 1 | -1/+1 |
* | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde | 2022-09-02 | 1 | -1/+1 |
|\ |
|
| * | Change Array arguments to TypedArray | kobewi | 2022-09-01 | 1 | -1/+1 |
* | | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl | 2022-09-02 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #65066 from aaronfranke/str-path-join | Rémi Verschelde | 2022-08-30 | 1 | -4/+4 |
|\ |
|
| * | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -4/+4 |
* | | Move GLTF camera conversion code into GLTFCamera | Aaron Franke | 2022-08-28 | 1 | -68/+4 |
* | | Move GLTF light conversion code into GLTFLight | Aaron Franke | 2022-08-28 | 1 | -114/+6 |
|/ |
|
* | Rename `str2var` to `str_to_var` and similar | Micky | 2022-08-26 | 1 | -4/+4 |
* | Merge pull request #64400 from aaronfranke/gltf-fix-camera | Rémi Verschelde | 2022-08-22 | 1 | -46/+41 |
|\ |
|
| * | GLTF: Fix orthographic cameras, internally store data in GLTF's format | Aaron Franke | 2022-08-14 | 1 | -46/+41 |
* | | Expose Basis `set_orthogonal_index` method as a GridMap function | rafallus | 2022-08-20 | 1 | -1/+1 |
|/ |
|
* | Prevent AnimationPlayer from being added on GLTF import if the option is unch... | Hakim | 2022-08-10 | 1 | -1/+1 |
* | Merge pull request #55943 from jvanmourik/master | Rémi Verschelde | 2022-07-31 | 1 | -1/+2 |
|\ |
|
| * | glTF animation parsing: Changed the 'loop' and 'cycle' animation name keyword... | jvanmourik | 2021-12-15 | 1 | -1/+2 |
* | | Merge pull request #63219 from reduz/implement-vector4-projection | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -1/+1 |
* | | | GLTF: Organize structures into a subfolder | Aaron Franke | 2022-07-24 | 1 | -1/+1 |
* | | | Merge pull request #63409 from V-Sekai/gltf-export | Rémi Verschelde | 2022-07-25 | 1 | -10/+0 |
|\ \ \ |
|
| * | | | Mend duplicate nodes in the gltf export. | K. S. Ernest (iFire) Lee | 2022-07-24 | 1 | -10/+0 |
* | | | | GLTF: Move shared defines into a separate gltf_defines.h file | Aaron Franke | 2022-07-24 | 1 | -35/+26 |
|/ / / |
|
* / / | GLTF: Only list used extensions when they're actually used | Aaron Franke | 2022-07-23 | 1 | -38/+54 |
|/ / |
|
* | | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 1 | -15/+5 |
* | | Fix light intensity and attenuation import from GLTF | PZerua | 2022-07-05 | 1 | -9/+4 |
* | | glTF: Fix a couple typos in warnings on image parsing | Rémi Verschelde | 2022-07-03 | 1 | -2/+2 |
* | | Improve gltf extension GLTFDocument api. | K. S. Ernest (iFire) Lee | 2022-05-20 | 1 | -31/+85 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -24/+24 |
* | | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke | 2022-05-03 | 1 | -15/+15 |
* | | Discard images from gltf import for the animation library. | K. S. Ernest (iFire) Lee | 2022-04-23 | 1 | -30/+38 |
* | | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde | 2022-04-13 | 1 | -9/+9 |
* | | Merge pull request #59980 from reduz/animation-libraries | Rémi Verschelde | 2022-04-11 | 1 | -1/+8 |
|\ \ |
|
| * | | Implement Animation Libraries | reduz | 2022-04-11 | 1 | -1/+8 |
* | | | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -24/+19 |
|/ / |
|
* | | Add support for importing .blend files | K. S. Ernest (iFire) Lee | 2022-03-29 | 1 | -7/+9 |
* | | Remove last editor code dependencies in template build | Rémi Verschelde | 2022-03-28 | 1 | -7/+9 |
* | | Add GLTF, DAE and FBX importers enforcement for blend shape mask array | Adam Scott | 2022-03-24 | 1 | -0/+7 |