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

No obvious way to delete AnimationNodeBlendTree node in AnimationTree editor #82501

Closed
wilfredjonathanjames opened this issue Sep 28, 2023 · 6 comments · Fixed by #83507
Closed

Comments

@wilfredjonathanjames
Copy link

wilfredjonathanjames commented Sep 28, 2023

Godot version

4.2-mono-rc5

System information

MacOS 12.3

Issue description

When adding a new node to an AnimationNodeBlendTree in the AnimationTree editor, I can't find a way to remove it again other than undo.

  • Ctrl+Delete removes the AnimationTree node.
  • Right click on the node opens the Add Node menu.
  • Delete/Backspace does nothing.
  • Macbook Pro keyboard doesn't have a Del key.
  • Fn+Delete (Mac Del emulation) does nothing.
image

Steps to reproduce

  1. Add an AnimationTree node with an AnimationNodeBlendTree
  2. Open the AnimationTree editor
  3. Add a node
  4. Try to remove it

Minimal reproduction project

Should be easily reproducible without an MRP

@SaNeOr
Copy link
Contributor

SaNeOr commented Sep 29, 2023

Select Node -> Press Delete Key
seems to work!

@wilfredjonathanjames
Copy link
Author

Select Node -> Press Delete Key seems to work!

That does nothing on my platform (Macbook Pro). Possibly because the Delete key is actually backspace?

@SaNeOr
Copy link
Contributor

SaNeOr commented Sep 29, 2023

Select Node -> Press(出版社) Delete Key seems to work!

That does nothing on my platform (Macbook Pro). Possibly because the Delete key is actually backspace?

Sorry, I didn't realize you meant mac.

Editor -> Editor Setting -> Shortcuts -> ui_graph_delete, change binding to Backspace (or your like)
image

@wilfredjonathanjames
Copy link
Author

That does fix my immediate problem, but I'm leaving this bug open because I believe something like the statemachine node editor bin button is required here:
image

@snougo
Copy link

snougo commented Oct 17, 2023

I got same issue when I want delete Node in AnimationTree
without delete button, makes me confused

@timothyqiu timothyqiu added this to the 4.2 milestone Oct 17, 2023
@timothyqiu
Copy link
Member

This is a regression. Close buttons are available in 4.1 versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants