[Bf-blender-cvs] [8b5a6e9] GPencil_EditStrokes: Rename "Stroke Tools" panel to "Edit Strokes"

Joshua Leung noreply at git.blender.org
Sun Oct 12 06:37:58 CEST 2014


Commit: 8b5a6e93238fcfc68a64e6cc87e09f30946bd09f
Author: Joshua Leung
Date:   Sun Oct 12 17:33:56 2014 +1300
Branches: GPencil_EditStrokes
https://developer.blender.org/rB8b5a6e93238fcfc68a64e6cc87e09f30946bd09f

Rename "Stroke Tools" panel to "Edit Strokes"

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

M	release/scripts/startup/bl_ui/properties_grease_pencil_common.py

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index b48e4aa..2de2822 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -79,7 +79,7 @@ class GreasePencilDrawingToolsPanel():
 class GreasePencilStrokeEditPanel():
     # subclass must set
     # bl_space_type = 'IMAGE_EDITOR'
-    bl_label = "Stroke Tools"
+    bl_label = "Edit Strokes"
     bl_category = "Grease Pencil"
     bl_region_type = 'TOOLS'




More information about the Bf-blender-cvs mailing list