code cleanup: pep8 & minor changes

This commit is contained in:
Campbell Barton
2013-03-11 02:19:58 +00:00
parent 81aa46efaa
commit 34f3dc43e7
10 changed files with 29 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ def dopesheet_filter(layout, context, genericFiltersOnly=False):
if is_nla:
row.prop(dopesheet, "show_missing_nla", text="")
else: # graph and dopesheet editors - F-Curves and drivers only
else: # graph and dopesheet editors - F-Curves and drivers only
row.prop(dopesheet, "show_only_errors", text="")
if not genericFiltersOnly: