[Bf-extensions-cvs] [1d431a3] master: Add BSurfaces to 'Tools' tab

Jonathan Williamson noreply at git.blender.org
Sun Feb 2 18:13:56 CET 2014


Commit: 1d431a3c6eaef6edaa8f18b833c751ee5d2309b1
Author: Jonathan Williamson
Date:   Sat Feb 1 11:31:16 2014 -0600
https://developer.blender.org/rBA1d431a3c6eaef6edaa8f18b833c751ee5d2309b1

Add BSurfaces to 'Tools' tab

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

M	mesh_bsurfaces.py

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

diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 64943df..983e426 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -45,6 +45,7 @@ from math import *
 class VIEW3D_PT_tools_SURFSK_mesh(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Tools'
     bl_context = "mesh_edit"
     bl_label = "Bsurfaces"



More information about the Bf-extensions-cvs mailing list