[Bf-blender-cvs] [a6a84a5ab63] greasepencil-object: UI: Rename Panel Brush Options to Strokes

Antonio Vazquez noreply at git.blender.org
Thu Aug 31 17:33:29 CEST 2017


Commit: a6a84a5ab639c3d8166a4911cac5f23fe0c44423
Author: Antonio Vazquez
Date:   Thu Aug 31 16:33:39 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBa6a84a5ab639c3d8166a4911cac5f23fe0c44423

UI: Rename Panel Brush Options to 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 2a97e848572..7d02e8e716d 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -371,7 +371,7 @@ class GreasePencilBrushPanel:
 class GreasePencilBrushOptionsPanel:
     # subclass must set
     # bl_space_type = 'IMAGE_EDITOR'
-    bl_label = "Brush Options"
+    bl_label = "Strokes"
     bl_category = "Tools"
     bl_region_type = 'TOOLS'
     bl_options = {'DEFAULT_CLOSED'}



More information about the Bf-blender-cvs mailing list