Skip to content
Snippets Groups Projects
Commit c74a03c3 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Add bl_category to 3DView panel.

parent 0de4e4ac
Branches
Tags
No related merge requests found
......@@ -198,6 +198,7 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_category = "Tools"
bl_label = "Rigify Dev Tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment