[Bf-extensions-cvs] [c74a03c] master: Add bl_category to 3DView panel.

Bastien Montagne noreply at git.blender.org
Thu Apr 17 14:51:51 CEST 2014


Commit: c74a03c3ebb0f8e133c98a94bacef0b4832e1d6a
Author: Bastien Montagne
Date:   Thu Apr 17 14:50:47 2014 +0200
https://developer.blender.org/rBAc74a03c3ebb0f8e133c98a94bacef0b4832e1d6a

Add bl_category to 3DView panel.

===================================================================

M	rigify/ui.py

===================================================================

diff --git a/rigify/ui.py b/rigify/ui.py
index 0e34ba4..376261e 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'



More information about the Bf-extensions-cvs mailing list