Age | Commit message (Expand) | Author |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky |
2022-08-24 | Fix Blender file path check to require a directory | Jonathan Nicholl |
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi |
2022-08-22 | Update messages for missing FBX2glTF, add similar messages for Blender | Jonathan Nicholl |
2022-08-22 | Merge pull request #64400 from aaronfranke/gltf-fix-camera | Rémi Verschelde |
2022-08-20 | Expose Basis `set_orthogonal_index` method as a GridMap function | rafallus |
2022-08-14 | GLTF: Fix orthographic cameras, internally store data in GLTF's format | Aaron Franke |
2022-08-14 | Document GLTFLight and GLTFSpecGloss | Aaron Franke |
2022-08-10 | Prevent AnimationPlayer from being added on GLTF import if the option is unch... | Hakim |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-05 | Make "Godot source files" comment consistent in modules | Aaron Franke |
2022-07-31 | Merge pull request #55943 from jvanmourik/master | Rémi Verschelde |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-25 | Merge pull request #63219 from reduz/implement-vector4-projection | Rémi Verschelde |
2022-07-24 | GLTF: Organize structures into a subfolder | Aaron Franke |
2022-07-25 | Merge pull request #63409 from V-Sekai/gltf-export | Rémi Verschelde |
2022-07-24 | Mend duplicate nodes in the gltf export. | K. S. Ernest (iFire) Lee |
2022-07-24 | GLTF: Move shared defines into a separate gltf_defines.h file | Aaron Franke |
2022-07-23 | GLTF: Only list used extensions when they're actually used | Aaron Franke |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-07-05 | Fix light intensity and attenuation import from GLTF | PZerua |
2022-07-03 | glTF: Fix a couple typos in warnings on image parsing | Rémi Verschelde |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-20 | Improve gltf extension GLTFDocument api. | K. S. Ernest (iFire) Lee |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-04 | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde |
2022-05-04 | Refactor module initialization | reduz |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke |
2022-04-27 | Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menu | Rémi Verschelde |
2022-04-23 | Discard images from gltf import for the animation library. | K. S. Ernest (iFire) Lee |
2022-04-13 | Merge pull request #60177 from reduz/animation-library-import | Rémi Verschelde |
2022-04-13 | Import scenes as AnimationLibrary | reduz |
2022-04-13 | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde |
2022-04-12 | move gltf export under scene menu | Priyansh Rathi |
2022-04-11 | Merge pull request #59980 from reduz/animation-libraries | Rémi Verschelde |
2022-04-11 | Implement Animation Libraries | reduz |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-07 | Fix path handling in FBX and Blend importers | Rémi Verschelde |
2022-04-03 | Initialize pointer variables to fix random crash on startup. | Marc Gilleron |
2022-04-01 | Merge pull request #59764 from reduz/blender-import-autodetect | Rémi Verschelde |
2022-04-01 | Add Blender install autodetection and configuration. | reduz |
2022-04-01 | Merge pull request #59755 from V-Sekai/import-gltf-mat-placeholder | Rémi Verschelde |
2022-03-31 | Add support for Blend importing of material placeholders. | K. S. Ernest (iFire) Lee |
2022-03-31 | Allow importing punctual lights from Blend. | K. S. Ernest (iFire) Lee |
2022-03-30 | Add fbx2gltf support for importing .fbx files | K. S. Ernest (iFire) Lee |