Skip to content
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

Add button to toggle Unique Name when renaming Node #64609

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mickeon
Copy link
Contributor

@Mickeon Mickeon commented Aug 19, 2022

Closes godotengine/godot-proposals#4498.

This PR adds a Unique Name button while renaming a Node in the Scene Tree Editor, present to the side of the edited Node. When a Node is Unique, the toggle remains even when leaving the text editor and is highlighted more noticeably.

Showcase

Currently a draft because... oh good Lord do not look at the code. To get these features, the changes had to be very invasive and, in lack of better words, unpolished. (E.g. the Popup is now a simpler Window, otherwise clicking outside it would automatically close it). Submitting names with keys no longer even works anymore. But I may just be very stupid. Its implementation may likely be completely overhauled at some point down the line.

@Calinou Calinou added this to the 4.0 milestone Aug 19, 2022
@YuriSizov YuriSizov modified the milestones: 4.0, 4.1 Feb 10, 2023
@YuriSizov YuriSizov modified the milestones: 4.1, 4.x Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Scene Unique Nodes toggle in Node renaming process
3 participants