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:
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"