Age | Commit message (Collapse) | Author |
|
Fix Quaternion Tween and add Easing baker to AnimationTrackEditor
|
|
Add motion scale base height adjustment to RestFixer
|
|
Replace Array return types with TypedArray (part 1)
|
|
Add a way to filter nodes by type in scene tree dock.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add documentation for all annotations
|
|
Unexpose VelocityTracker3D
|
|
Make `property_*_revert` methods multilevel and expose them for scripting
|
|
This adds support for benchmarking engine startup (and editor startup if used).
The goal is to use this in the benchmarking server to track improvements and changes to engine, editor, importer and scene loading startup times.
|
|
|
|
|
|
|
|
|
|
|
|
Don't use rounded corners for PopupMenus in the editor theme
|
|
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor.
|
|
Improve editor toolbar for `Control` nodes
|
|
PopupMenus use separate windows by default in the editor, and windows
no longer support per-pixel transparency for now in 4.0.
Even if per-pixel transparency was reimplemented, we can't assume
that it'll always work in practice (e.g. when compositing is disabled).
|
|
Rename `EditorPropertyShaderMode` to `EditorPropertyVisualShaderMode`
|
|
Move `ShaderCreateDialog`'s `ShaderType` enum out of the header
|
|
Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*`
|
|
|
|
Tweak the default project icon
|
|
menu for editor.
|
|
[Editor]: Allow `Select Current` to Save Scenes
|
|
|
|
|
|
|
|
|
|
thenegativehunter2/master_texture_array_normal_added
Add an import option to force TextureArrays as normal maps for RGTC Compression(redo)
|
|
|
|
|
|
Add conversion for instance(), set_shader_param() and node path literals
|