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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-10-13 19:42:45 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-10-13 19:43:18 +0400
commit5a2da9be3116fefa8549a5e6fc6d844694c9f04b (patch)
tree4d122633618c61fe172b12d157f3ea0ff9ef1450 /rigify
parent9edfa1364971d41424644ad9499f80187ebaa553 (diff)
Add missing 'bl_category' field to 3DView tool panel of rigify addon.
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'