Weight Paint: accumulate support

- Clamp accumulate so it doesn't exceed brush strength.
- Was multiplying by brush strength twice.
This commit is contained in:
Campbell Barton
2017-09-30 01:36:41 +10:00
parent d4f8e4e30c
commit 41e2dbaea9
4 changed files with 32 additions and 12 deletions

View File

@@ -1133,7 +1133,7 @@ class VIEW3D_PT_tools_brush(Panel, View3DPaintPanel):
col.prop(brush, "vertex_tool", text="Blend")
if brush.vertex_tool == 'BLUR':
if brush.vertex_tool != 'SMEAR':
col.prop(brush, "use_accumulate")
col.separator()