Fix T80031: UI: Use a more specific label for stencil mask opacity

This is not the opacity of the vertex colors itself but of the stencil 
mask.

Follows up on rBbb4478f2fdd8426d6050bf7b7c09611afeb1bd14
This commit is contained in:
Aaron Carlisle 2020-09-01 12:55:52 -04:00
parent d6a9783b71
commit 2930d4fcea
Notes: blender-bot 2023-02-13 22:37:44 +01:00
Referenced by issue #80031, UI: Inaccurate Text -- Texture Paint -> Viewport Overlay -> "Stencil Opacity" -- does not affect Stencil, does affect the Stencil Mask Opacity
1 changed files with 1 additions and 1 deletions

View File

@ -6500,7 +6500,7 @@ class VIEW3D_PT_overlay_vertex_paint(Panel):
col = layout.column()
col.active = display_all
col.prop(overlay, "vertex_paint_mode_opacity", text="Opacity")
col.prop(overlay, "vertex_paint_mode_opacity")
col.prop(overlay, "show_paint_wire")