diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-29 15:34:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-29 15:34:02 +0200 |
commit | 176da47ffdd8fea540ffce006d143544b033ce26 (patch) | |
tree | d9b1f4b57b1d98a67fc46e4b9fcfd6b130140d0d /editor/plugins/animation_player_editor_plugin.h | |
parent | a593c45f1c4d86b30d87938387ced64b5cd6274d (diff) | |
parent | 6bbc3cbf045a214661f28715274f2e6c53268cb2 (diff) |
Merge pull request #66590 from akien-mga/animation-workaround-disable-onion-skinning
Animation editor: Disable onion skinning temporarily due to rendering bug
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 a37a9debef..06fd9455df 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -131,6 +131,8 @@ class AnimationPlayerEditor : public VBoxContainer { AnimationTrackEditor *track_editor = nullptr; static AnimationPlayerEditor *singleton; + bool hack_disable_onion_skinning = true; // Temporary hack for GH-53870. + // Onion skinning. struct { // Settings. |