pep8 compliance

This commit is contained in:
Campbell Barton
2011-06-21 17:17:51 +00:00
parent d33b63c5d8
commit eaae38551f
17 changed files with 27 additions and 21 deletions

View File

@@ -485,7 +485,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, bpy.types.Panel):
if md.wrap_method == 'PROJECT':
split = layout.split(percentage=0.25)
col = split.column()
col.label(text="Axis:")
col.prop(md, "use_project_x")