UI: Move Onion Skin properties inside Annotations panel in Sequencer Preview #116060

Merged
Pablo Vazquez merged 1 commits from nickberckley/blender:vse-onion-panel into main 2024-02-05 12:41:28 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -2729,6 +2729,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):