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:
authorBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
commit38c657a6cdfce83f2308d29f7625ce575f136311 (patch)
tree9e632e669ef4ab588cef81a68272676f00eb075d /mesh_bsurfaces.py
parenta323e298ad971a5a670c9bf7b26600bc5e7b8b1c (diff)
fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.
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 78b434ee..501221f2 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -75,6 +75,7 @@ class VIEW3D_PT_tools_SURFSK_curve(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_context = "curve_edit"
+ bl_category = 'Tools'
bl_label = "Bsurfaces"
@classmethod