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

Renaming a node in AnimationTree and validating with Enter renames it to nonsense #65590

Closed
ClemensOlivae opened this issue Sep 9, 2022 · 1 comment

Comments

@ClemensOlivae
Copy link

ClemensOlivae commented Sep 9, 2022

Godot version

4.0 Alpha 16

System information

Windows 10

Issue description

In an AnimationNodeBlendTree, inside an AnimationTree, renaming a node and validating the new name by pressing Enter validates a different name than the one entered : it can be the name of en existing node with "2" added at the end, or even "null"
The behaviour is not constant, sometimes it works fine but there is a 50% chance it doesn't

Validating the new name by clicking outside the textbox instead of pressing Enter works fine
This happens even if the new name has not been used before, it's not a matter of renaming to an already used name and Godot adding "2" at the end :)

Not that serious an issue, but can be really annoying!

Steps to reproduce

Add an AnimationTree, with an AnimationNodeBlendTree root
Add a few nodes
Rename one
Press enter

Minimal reproduction project

No response

@Calinou
Copy link
Member

Calinou commented Sep 9, 2022

Duplicate of #58822.

@Calinou Calinou closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants