minor edits, pep8 - also correct float -> double promotion for blf.

This commit is contained in:
Campbell Barton
2011-08-30 10:49:58 +00:00
parent 6c9ee34dd8
commit b20c9b0ba3
14 changed files with 62 additions and 59 deletions

View File

@@ -36,7 +36,7 @@ def dopesheet_filter(layout, context, genericFiltersOnly=False):
if is_nla:
row.prop(dopesheet, "show_missing_nla", text="")
if not genericFiltersOnly:
if bpy.data.groups:
row = layout.row(align=True)