pedantic pep8 warnings, mostly white space.

This commit is contained in:
2010-07-05 22:22:22 +00:00
parent 4926667018
commit d9f86e3c73
11 changed files with 69 additions and 64 deletions

View File

@@ -38,7 +38,7 @@ class LOGIC_PT_properties(bpy.types.Panel):
layout.operator("object.game_property_new", text="Add Game Property", icon='ZOOMIN')
for i, prop in enumerate(game.properties):
box = layout.box()
row = box.row()
row.prop(prop, "name", text="")