pep8 cleanup

This commit is contained in:
2010-04-04 14:52:15 +00:00
parent 97454d7b85
commit bc149e0fbe
16 changed files with 59 additions and 53 deletions

View File

@@ -606,7 +606,7 @@ class VIEW3D_PT_tools_brush(PaintPanel):
col = layout.column()
col.active = (brush.blend not in ('ERASE_ALPHA', 'ADD_ALPHA'))
col.prop(brush, "use_alpha")
# Weight Paint Mode #