diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 00:06:06 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 00:06:06 +0100 |
| commit | 408bd0aa92743397d0ca12e323f9d0f466cec02b (patch) | |
| tree | 53081dad054b7a7c11a0a03c1c3dc02cf0ee912e /editor/plugins/animation_player_editor_plugin.h | |
| parent | a0365c140a932895805f3c475a5bb3e02f5df4ad (diff) | |
| parent | a4162dad23e7650280e03909ea43886d9b72dcbc (diff) | |
| download | redot-engine-408bd0aa92743397d0ca12e323f9d0f466cec02b.tar.gz | |
Merge pull request #68770 from TokageItLab/add-track-validator
Add track validator to AnimationPlayerEditor to detect tracks which have error
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index 6370b00ea8..53d460fc9e 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -212,6 +212,8 @@ class AnimationPlayerEditor : public VBoxContainer { void _start_onion_skinning(); void _stop_onion_skinning(); + bool _validate_tracks(const Ref<Animation> p_anim); + void _pin_pressed(); String _get_current() const; |
