-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't paste nodes as sibling of scene root #81673
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Side note: That theme is awesome, where'd you find it?
It's Godot 2 theme (one of the default presets) with accent color shifted to red. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both issue with siblings and issue with the context menu option doing the wrong thing are fixed now 🚀
Thanks! |
The new Paste As Sibling option could be used without selection, resulting in node being a sibling of viewport.
godot_spbCrcPPis.mp4
This PR fixes that. Also fixes wrong node name in the action.
Another thing I noticed is that when pasting as sibling the new node will be always at the end of the list. I think it should be just below the used sibling.
EDIT:
Also fixes the menu option not working correctly.