Replies: 3 comments 2 replies
-
Doesn't "Reparent to New Node" already do that? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closed because the option already exists |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please open it, there are no such options for "top" node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add an option "Add Parent node" to context menus of nodes in a scene.
This option would basically be a shortcut to adding a sibling node to the node we selected and then re-parenting this selected node to the new one.
This would be specially useful when developing user interfaces. It's very common that we layout the basic structure of an user interface using Control nodes, but then we start customizing stuff, like adding a MarginContainer around an existing element or wrapping an existing control in a VBox or HBox when we decide to add other controls in that same position.
Beta Was this translation helpful? Give feedback.
All reactions