[Bf-blender-cvs] [e40f3f5c48e] master: GPencil: Fix text for Pattern stroke as Stencil Mask

Antonioya noreply at git.blender.org
Sun Jun 30 09:30:32 CEST 2019


Commit: e40f3f5c48eae94d463ab4ba5ec7e462c039dfea
Author: Antonioya
Date:   Sun Jun 30 09:30:05 2019 +0200
Branches: master
https://developer.blender.org/rBe40f3f5c48eae94d463ab4ba5ec7e462c039dfea

GPencil: Fix text for Pattern stroke as Stencil Mask

Detected while writting manual.

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

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 7cd68f34e9e..b502b7933ac 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -145,7 +145,7 @@ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, Panel):
                 if gpcolor.mode == 'LINE':
                     col.prop(gpcolor, "pixel_size", text="UV Factor")
 
-                col.prop(gpcolor, "use_stroke_pattern", text="Use As Pattern")
+                col.prop(gpcolor, "use_stroke_pattern", text="Use As Stencil Mask")
                 if gpcolor.use_stroke_pattern is False:
                     col.prop(gpcolor, "use_stroke_texture_mix", text="Mix Color")
                     if gpcolor.use_stroke_texture_mix is True:



More information about the Bf-blender-cvs mailing list