freestyle lineset tag attribute was defined but not used, also some code cleanup.

This commit is contained in:
Campbell Barton
2013-04-07 01:38:03 +00:00
parent 6774e727a2
commit 63d523336f
21 changed files with 70 additions and 41 deletions

View File

@@ -786,7 +786,7 @@ class IMAGE_PT_paint_stroke(BrushButtonsPanel, Panel):
col = layout.column()
col.label(text="Stroke Method:")
col.prop(brush, "stroke_method", text="")
if brush.use_anchor:
@@ -804,7 +804,6 @@ class IMAGE_PT_paint_stroke(BrushButtonsPanel, Panel):
row.prop(brush, "spacing", text="Spacing")
row.prop(brush, "use_pressure_spacing", toggle=True, text="")
col = layout.column()
col.separator()