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
This commit is contained in:
Nika Kutsniashvili
2024-02-05 12:41:16 +01:00
committed by Pablo Vazquez
parent 1ce2ae3c1a
commit c4e077341e

View File

@@ -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):