GPencil: Fix text for Pattern stroke as Stencil Mask

Detected while writting manual.
This commit is contained in:
Antonioya 2019-06-30 09:30:05 +02:00
parent be060c3990
commit e40f3f5c48

@ -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: