From c4e077341e60ff63fea18b6f6e361ecb3aff1f5d Mon Sep 17 00:00:00 2001 From: Nika Kutsniashvili Date: Mon, 5 Feb 2024 12:41:16 +0100 Subject: [PATCH] UI: VSE: Move Onion Skin properties inside Annotations panel Make Onion Skin a sub-panel of Annotations, to match the rest of Blender. Pull Request: https://projects.blender.org/blender/blender/pulls/116060 --- scripts/startup/bl_ui/space_sequencer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/startup/bl_ui/space_sequencer.py b/scripts/startup/bl_ui/space_sequencer.py index 01ebeb34efe..4095985a45f 100644 --- a/scripts/startup/bl_ui/space_sequencer.py +++ b/scripts/startup/bl_ui/space_sequencer.py @@ -2723,6 +2723,8 @@ class SEQUENCER_PT_annotation_onion(AnnotationOnionSkin, SequencerButtonsPanel_O bl_space_type = 'SEQUENCE_EDITOR' bl_region_type = 'UI' bl_category = "View" + bl_parent_id = "SEQUENCER_PT_annotation" + bl_options = {'DEFAULT_CLOSED'} @staticmethod def has_preview(context):