[Bf-blender-cvs] [68a9bb0268a] greasepencil-object: UI: Replace label to "Stroke Thickness"

Antonio Vazquez noreply at git.blender.org
Thu Jun 7 16:43:54 CEST 2018


Commit: 68a9bb0268a2cd77ca1b4f4e7a310d3d44b2a132
Author: Antonio Vazquez
Date:   Thu Jun 7 16:43:49 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB68a9bb0268a2cd77ca1b4f4e7a310d3d44b2a132

UI: Replace label to "Stroke Thickness"

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index f8326ae531c..01ec61eeb38 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -99,7 +99,7 @@ class DATA_PT_gpencil_layer_optionpanel(LayerDataButtonsPanel, Panel):
 
         # Offsets - Thickness
         col = layout.row(align=True)
-        col.prop(gpl, "line_change", text="Thickness")
+        col.prop(gpl, "line_change", text="Stroke Thickness")
 
         layout.prop(gpl, "use_stroke_location", text="Draw On Stroke Location")



More information about the Bf-blender-cvs mailing list