You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Implement autokeying in Animation editor.
This commit is contained in:
@@ -3540,6 +3540,9 @@ void AnimationTrackEditor::_snap_mode_changed(int p_mode) {
|
||||
}
|
||||
|
||||
void AnimationTrackEditor::_update_step_spinbox() {
|
||||
if (!animation.is_valid()) {
|
||||
return;
|
||||
}
|
||||
step->set_block_signals(true);
|
||||
|
||||
if (timeline->is_using_fps()) {
|
||||
|
||||
Reference in New Issue
Block a user