GPencil: Fix text for Pattern stroke as Stencil Mask

Detected while writting manual.
This commit is contained in:
Antonio Vazquez 2019-06-30 09:30:05 +02:00
parent be060c3990
commit e40f3f5c48
Notes: blender-bot 2023-02-14 02:13:08 +01:00
Referenced by issue #66265, Grease Pencil Pinch brush exhibits odd behavior
1 changed files with 1 additions and 1 deletions

View File

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