UI: define category for the dope-sheet properties panel

Caused warning on startup, missing from [0].

[0]: 57816a6435c3a6efc98c575ec0a02ad0dd07622c
This commit is contained in:
Campbell Barton 2022-06-27 17:16:08 +10:00
parent 10a2c50733
commit 1cf05f17eb

@ -548,6 +548,7 @@ class DopesheetActionPanelBase:
class DOPESHEET_PT_custom_props_action(PropertyPanel, Panel): class DOPESHEET_PT_custom_props_action(PropertyPanel, Panel):
bl_space_type = 'DOPESHEET_EDITOR' bl_space_type = 'DOPESHEET_EDITOR'
bl_category = "Item"
bl_region_type = 'UI' bl_region_type = 'UI'
bl_context = 'data' bl_context = 'data'
_context_path = "active_object.animation_data.action" _context_path = "active_object.animation_data.action"