style cleanup: pep8 + picky edits

This commit is contained in:
2012-03-08 05:36:05 +00:00
parent e61339a76f
commit ee84084f99
12 changed files with 48 additions and 42 deletions

View File

@@ -197,7 +197,6 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, Panel):
layout.prop(curve, "path_duration", text="Frames")
layout.prop(curve, "eval_time")
# these are for paths only
row = layout.row()
row.prop(curve, "use_path_follow")