Added bl_category
for Attract panel
This commit is contained in:
parent
641b51496a
commit
7204d4a24c
@ -178,6 +178,7 @@ class ATTRACT_PT_tools(AttractPollMixin, Panel):
|
|||||||
bl_label = 'Attract'
|
bl_label = 'Attract'
|
||||||
bl_space_type = 'SEQUENCE_EDITOR'
|
bl_space_type = 'SEQUENCE_EDITOR'
|
||||||
bl_region_type = 'UI'
|
bl_region_type = 'UI'
|
||||||
|
bl_category = 'Strip'
|
||||||
|
|
||||||
def draw_header(self, context):
|
def draw_header(self, context):
|
||||||
strip = active_strip(context)
|
strip = active_strip(context)
|
||||||
|
Reference in New Issue
Block a user