Skip to content
Snippets Groups Projects
Commit 756aa930 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Pose Library: add category to `DOPESHEET_PT_asset_panel` panel

Add `bl_category` to the animation editor panel of the pose library. This
doesn't change anything in the GUI, but it does avoid the warning that
no category was set.

No functional changes.
parent 9791dfef
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ class DOPESHEET_PT_asset_panel(Panel):
bl_space_type = "DOPESHEET_EDITOR"
bl_region_type = "UI"
bl_label = "Create Pose Asset"
bl_category = "Pose Library"
@classmethod
def poll(cls, context: Context) -> bool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment