Files
godot/scene
Ryan fdc441f0c2 Use correct name in events, and clean all state
https://github.com/godotengine/godot/pull/110369 changed the names from itos(index), to custom names however the "animation_node_removed" signal was not updated to reflect that change.

Also its safer to clear all the state when removing, rather than just the name.
2026-04-28 16:22:08 -04:00
..