Replies: 1 comment 2 replies
-
I think adding Ctrl + Shift + V to paste as a sibling makes sense if it's not used for other purposes in the scene tree dock right now. We could also have Shift + Enter to add a node as sibling in the Create New Node dialog, but this wasn't easy to implement last time I checked. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently copying selected node and pasting it will paste the new node under the selected node. Some other engines default to pasting it to the parent node. I wish there was a option to do so. This would make copying and pasting nodes faster when you don't want the pasted nodes to be nested children of the last selected node. Copying and pasting currently ends up in a nested loop of nodes if done repeatly.
It could be a option that can be turned on and off from settings somewhere or another hotkey like (ctrl + shift+ v) to paste to parent node of the selected node, so that pasted node is on the same hierarchy level than the selected node. If there is no parent node, then use root node or the default to selected node if all else fails.
how it currently works:
at start:
after copying and pasting:
how I would like it to work:
at start:
after copying and pasting:
Beta Was this translation helpful? Give feedback.
All reactions