[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1788] trunk/py/scripts/addons/ mesh_bsurfaces.py: Corrected bl_labels.

Eclectiel L eclect25 at yahoo.com
Tue Apr 5 20:02:05 CEST 2011


Revision: 1788
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1788
Author:   eclectiel
Date:     2011-04-05 18:02:05 +0000 (Tue, 05 Apr 2011)
Log Message:
-----------
Corrected bl_labels.

Modified Paths:
--------------
    trunk/py/scripts/addons/mesh_bsurfaces.py

Modified: trunk/py/scripts/addons/mesh_bsurfaces.py
===================================================================
--- trunk/py/scripts/addons/mesh_bsurfaces.py	2011-04-05 10:56:50 UTC (rev 1787)
+++ trunk/py/scripts/addons/mesh_bsurfaces.py	2011-04-05 18:02:05 UTC (rev 1788)
@@ -43,7 +43,7 @@
     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 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_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"
     
     



More information about the Bf-extensions-cvs mailing list