[Bf-extensions-cvs] [7ff82d87] master: Addon: BSurfaces: Added explanations

Spivak Vladimir cwolf3d noreply at git.blender.org
Thu Nov 21 13:42:24 CET 2019


Commit: 7ff82d87c6f101c9bc1e451cdd7197a4865951fd
Author: Spivak Vladimir (cwolf3d)
Date:   Thu Nov 21 14:41:48 2019 +0200
Branches: master
https://developer.blender.org/rBA7ff82d87c6f101c9bc1e451cdd7197a4865951fd

Addon: BSurfaces: Added explanations

===================================================================

M	mesh_bsurfaces.py

===================================================================

diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index d896d71f..d35b19cf 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -19,7 +19,7 @@
 
 bl_info = {
     "name": "Bsurfaces GPL Edition",
-    "author": "Eclectiel, Spivak Vladimir(cwolf3d)",
+    "author": "Eclectiel, Vladimir Spivak (cwolf3d)",
     "version": (1, 7, 5),
     "blender": (2, 80, 0),
     "location": "View3D EditMode > Sidebar > Edit Tab",
@@ -87,7 +87,7 @@ class VIEW3D_PT_tools_SURFSK_mesh(Panel):
         col = layout.column(align=True)
         row = layout.row()
         row.separator()
-        col.operator("gpencil.surfsk_init", text="Initialize")
+        col.operator("gpencil.surfsk_init", text="Initialize (Add BSurface mesh)")
         col.operator("gpencil.surfsk_add_modifiers", text="Add Mirror and others modifiers")
         
         col.label(text="Mesh of BSurface:")
@@ -3524,7 +3524,7 @@ class GPENCIL_OT_SURFSK_add_surface(Operator):
 class GPENCIL_OT_SURFSK_init(Operator):
     bl_idname = "gpencil.surfsk_init"
     bl_label = "Bsurfaces initialize"
-    bl_description = "Bsurfaces initialize"
+    bl_description = "Add an empty mesh object with useful settings"
     bl_options = {'REGISTER', 'UNDO'}
 
     active_object: PointerProperty(type=bpy.types.Object)



More information about the Bf-extensions-cvs mailing list