Added bl_category for Attract panel

This commit is contained in:
Sybren A. Stüvel 2018-10-30 11:29:42 +01:00
parent 641b51496a
commit 7204d4a24c

View File

@ -178,6 +178,7 @@ class ATTRACT_PT_tools(AttractPollMixin, Panel):
bl_label = 'Attract'
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'UI'
bl_category = 'Strip'
def draw_header(self, context):
strip = active_strip(context)