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
This feature is about hiding and showing multiple layers with one mouse click.
In other programs you can click once and then slide up or down to disable them all.
In some programs a button allows your to toggle them all off and on at once.
Describe the problem or limitation you are having in your project
Reduces clicks on large volumes of objects in a node.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Disable All Feature : Disable all eye icon on parent node would be ok for a substitute until this feature is implemented.
Disable click and drag : As you click and drag, the eye icons are switched off
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Blender and Godot 3.5 video examples : Blender example executing this feature in 330
Blender 330
blender_hide_show_slide.mov
Godot 3.5
click_slide_enable_disable.mov
If this enhancement will not be used often, can it be worked around with a few lines of script?
I do not have comprehension of how to execute this feature yet.
Is there a reason why this should be core and not an add-on in the asset library?
core feature found in the big applications to reduce visibility interaction.
The text was updated successfully, but these errors were encountered:
Calinou
changed the title
Hide / Show Layer visibility improvement Click Drag or Hide all Icon
Allow toggling visibility of several nodes in the Scene tree dock by click-and-dragging (and/or on all selected nodes at once)
Sep 25, 2022
I put some thought into this. This would require some tweaking of the Tree class, because it would be nice to have this feature (click and dragging) built into it, instead of relying on a hacky workaround to have it work. Hmm... The latter of which would require the Scene Tree Editor to intercept the mouse input...
Describe the project you are working on
This feature is about hiding and showing multiple layers with one mouse click.
In other programs you can click once and then slide up or down to disable them all.
In some programs a button allows your to toggle them all off and on at once.
Describe the problem or limitation you are having in your project
Reduces clicks on large volumes of objects in a node.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Blender and Godot 3.5 video examples : Blender example executing this feature in 330
Blender 330
blender_hide_show_slide.mov
Godot 3.5
click_slide_enable_disable.mov
If this enhancement will not be used often, can it be worked around with a few lines of script?
I do not have comprehension of how to execute this feature yet.
Is there a reason why this should be core and not an add-on in the asset library?
core feature found in the big applications to reduce visibility interaction.
The text was updated successfully, but these errors were encountered: