[Bf-extensions-cvs] [0514662] master: fix for toolshelf

Brendon Murphy noreply at git.blender.org
Mon Jul 7 16:15:58 CEST 2014


Commit: 05146626af44889fc5d4fdb0d4f18b13e6f12c9e
Author: Brendon Murphy
Date:   Tue Jul 8 00:13:45 2014 +1000
https://developer.blender.org/rBAC05146626af44889fc5d4fdb0d4f18b13e6f12c9e

fix for toolshelf

Signed-off-by: Brendon Murphy <meta.androcto1 at gmail.com>

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

M	mesh_discombobulator.py

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

diff --git a/mesh_discombobulator.py b/mesh_discombobulator.py
index 41eb76f..ba1a601 100644
--- a/mesh_discombobulator.py
+++ b/mesh_discombobulator.py
@@ -587,6 +587,7 @@ class VIEW3D_PT_tools_discombobulate(bpy.types.Panel):
     bl_label = "Discombobulator"
     bl_context = "objectmode"
     bl_options = {'DEFAULT_CLOSED'}
+    bl_category = "Addons"
 	
     def draw(self, context):
         layout = self.layout



More information about the Bf-extensions-cvs mailing list