diff --git a/pose_library/gui.py b/pose_library/gui.py index cad1524e7fc3d3f3fca9d8262fd6798018d3d3b3..8c9c6819bb18d143f985f96d2c67726a88281633 100644 --- a/pose_library/gui.py +++ b/pose_library/gui.py @@ -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: