Age | Commit message (Expand) | Author |
2022-11-29 | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-11-29 | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew |
2022-11-20 | Merge pull request #66026 from aaronfranke/gltf-extension | Rémi Verschelde |
2022-11-11 | Use forward-declarations in EditorPlugin where possible | trollodel |
2022-11-09 | Change the way GLTFDocumentExtension classes are registered | Aaron Franke |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-03 | Clean up .blend importer to fix unreachable code paths | Jonathan Nicholl |
2022-10-02 | Fix visibility filtering options for .blend imports | Jonathan Nicholl |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-08-10 | Prevent AnimationPlayer from being added on GLTF import if the option is unch... | Hakim |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
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-04-27 | Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menu | Rémi Verschelde |
2022-04-13 | Import scenes as AnimationLibrary | reduz |
2022-04-12 | move gltf export under scene menu | Priyansh Rathi |
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 |
2022-03-29 | Add support for importing .blend files | K. S. Ernest (iFire) Lee |
2022-03-28 | Modules: Don't build editor-specific classes in templates | Rémi Verschelde |