Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rigify
diff options
context:
space:
mode:
Diffstat (limited to 'rigify')
-rw-r--r--rigify/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index 2d23b613..a65703c0 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -200,6 +200,7 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
+ bl_category = 'Tools'
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'