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:
authorEclectiel L <eclect25@yahoo.com>2011-04-05 22:02:05 +0400
committerEclectiel L <eclect25@yahoo.com>2011-04-05 22:02:05 +0400
commit69a57116748e790e71a5639335324bc92e6f2805 (patch)
treebf74c797166a1ebe6410873d3938002c1f175fa0 /mesh_bsurfaces.py
parent3efabaae39f24e2a4d634b8c9922895dc6a6d916 (diff)
Corrected bl_labels.
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 75f9eb03..2e031b71 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -43,7 +43,7 @@ class VIEW3D_PT_tools_SURF_SKETCH(bpy.types.Panel):
bl_region_type = 'TOOLS'
bl_context = "mesh_edit"
- bl_label = "Surface Sketching"
+ bl_label = "Bsurfaces"
@classmethod
def poll(cls, context):
@@ -71,7 +71,7 @@ class VIEW3D_PT_tools_SURF_SKETCH(bpy.types.Panel):
class GPENCIL_OT_SURFSK_add_surface(bpy.types.Operator):
bl_idname = "gpencil.surfsk_add_surface"
- bl_label = "Surface Sketching"
+ bl_label = "Bsurfaces add surface"
bl_description = "Generates a surface from grease pencil strokes or from curves."
bl_options = {'REGISTER', 'UNDO'}
@@ -761,7 +761,7 @@ class GPENCIL_OT_SURFSK_add_surface(bpy.types.Operator):
class GPENCIL_OT_SURFSK_strokes_to_curves(bpy.types.Operator):
bl_idname = "gpencil.surfsk_strokes_to_curves"
- bl_label = "Convert grease pencil strokes into curves and enter edit mode"
+ bl_label = "Bsurfaces strokes to curves"
bl_description = "Convert grease pencil strokes into curves and enter edit mode"