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
diff options
context:
space:
mode:
authorJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:31:16 +0400
committerJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:31:16 +0400
commit1d431a3c6eaef6edaa8f18b833c751ee5d2309b1 (patch)
tree8d2417ab87f95e613060867ed93d99cc212d395a /mesh_bsurfaces.py
parenta82c4b2990d5fa8c7ca14a0adee4c4a085390de4 (diff)
Add BSurfaces to 'Tools' tab
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 64943dfe..983e426b 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"