You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several signals in AnimationBezierTrackEdit that remain unused, namely timeline_changed, remove_request, close_request, move_selection_begin, move_selection, move_selection_commit, and move_selection_cancel.
Godot version
master
at 4df80b0System information
Arch Linux
Issue description
There are several signals in
AnimationBezierTrackEdit
that remain unused, namelytimeline_changed
,remove_request
,close_request
,move_selection_begin
,move_selection
,move_selection_commit
, andmove_selection_cancel
.Defined within this block:
godot/editor/animation_bezier_editor.cpp
Lines 1659 to 1669 in 4df80b0
Possibly related to issues #31783 and #31924 since the addition of those signals predates those opened issues.
Steps to reproduce
N/A -- this issue is related to engine code and other related issues. See above.
Minimal reproduction project
N/A -- this issue is related to engine code and other related issues. See above.
The text was updated successfully, but these errors were encountered: