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-04-17 16:50:47 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-04-17 16:50:47 +0400
commitc74a03c3ebb0f8e133c98a94bacef0b4832e1d6a (patch)
tree49f5dafedd0ce40335a4467011723ea12847f791 /rigify
parent0de4e4ac89f81125678957c9ce21e413ebfa98d3 (diff)
Add bl_category to 3DView panel.
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 0e34ba42..376261e9 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -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'