You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem or limitation you are having in your project
There's a lot of zoomable views throughout the editor, but they have different controls for zooming in and out. Pop quiz time! Do you recognize all of these?
Inconsistent look and behavior of UI elements take unnecessary attention from the work.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The first of above images is from canvas item editor (ie. 2D editor). Buttons in there are from EditorZoomWidget. Aside from that editor, tileset editor also uses the widget. All the other views in Godot implement various different zooming controls, but they could be changed to use EditorZoomWidget for more consistent and professonial look.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Change the zoom controls to EditorZoomWidget in following editors:
In the 2nd case, I agree with replacing the good old 1 with the actual editor zoom widget.
In the 3rd case, it's not part of a viewport-style control, so I don't think it should be changed for EditorZoomWidget (it also has a slider which we want to keep).
Describe the project you are working on
Godot engine
Describe the problem or limitation you are having in your project
There's a lot of zoomable views throughout the editor, but they have different controls for zooming in and out. Pop quiz time! Do you recognize all of these?
Inconsistent look and behavior of UI elements take unnecessary attention from the work.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The first of above images is from canvas item editor (ie. 2D editor). Buttons in there are from EditorZoomWidget. Aside from that editor, tileset editor also uses the widget. All the other views in Godot implement various different zooming controls, but they could be changed to use EditorZoomWidget for more consistent and professonial look.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Change the zoom controls to EditorZoomWidget in following editors:
Animation editorTell me if I missed something.
Usually the widget should locate in top-left corner (animation editor being exception to this).
If this enhancement will not be used often, can it be worked around with a few lines of script?
N/A
Is there a reason why this should be core and not an add-on in the asset library?
General editor usability improvement.
The text was updated successfully, but these errors were encountered: