[Bf-blender-cvs] [cfea0d9eb81] master: GPencil: Fix wrong title missing in previous change

Antonioya noreply at git.blender.org
Mon Jul 1 08:40:41 CEST 2019


Commit: cfea0d9eb81d72bc4b57982b1a701b061949757e
Author: Antonioya
Date:   Mon Jul 1 08:40:18 2019 +0200
Branches: master
https://developer.blender.org/rBcfea0d9eb81d72bc4b57982b1a701b061949757e

GPencil: Fix wrong title missing in previous change

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py
index b502b7933ac..b4252b1afa4 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -215,7 +215,7 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
             col.template_ID(gpcolor, "fill_image", open="image.open")
 
             if gpcolor.fill_style == 'TEXTURE':
-                col.prop(gpcolor, "use_fill_pattern", text="Use As Pattern")
+                col.prop(gpcolor, "use_fill_pattern", text="Use As Stencil Mask")
                 if gpcolor.use_fill_pattern is True:
                     col.prop(gpcolor, "fill_color", text="Color")



More information about the Bf-blender-cvs mailing list