option to lock alpha while projection painting.

(commit 27538 by Campbell from render25 branch)
This commit is contained in:
2010-03-16 18:05:53 +00:00
parent abb7a25426
commit 391526c20e
4 changed files with 19 additions and 0 deletions

View File

@@ -592,6 +592,11 @@ class VIEW3D_PT_tools_brush(PaintPanel):
col.prop(brush, "blend", text="Blend")
col = layout.column()
col.active = (brush.blend not in ('ERASE_ALPHA', 'ADD_ALPHA'))
col.prop(brush, "use_alpha")
# Weight Paint Mode #
elif context.weight_paint_object and brush: