[Bf-extensions-cvs] [5a2da9b] master: Add missing 'bl_category' field to 3DView tool panel of rigify addon.

Bastien Montagne noreply at git.blender.org
Mon Oct 13 17:43:23 CEST 2014


Commit: 5a2da9be3116fefa8549a5e6fc6d844694c9f04b
Author: Bastien Montagne
Date:   Mon Oct 13 17:42:45 2014 +0200
Branches: master
https://developer.blender.org/rBA5a2da9be3116fefa8549a5e6fc6d844694c9f04b

Add missing 'bl_category' field to 3DView tool panel of rigify addon.

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

M	rigify/ui.py

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

diff --git a/rigify/ui.py b/rigify/ui.py
index 2d23b61..a65703c 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'



More information about the Bf-extensions-cvs mailing list