stule cleanup: pep8

This commit is contained in:
Campbell Barton
2012-05-01 13:32:55 +00:00
parent 7a87b89a60
commit 2691483e35
4 changed files with 21 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, Panel):
sub.prop(flow, "use_absolute")
sub.prop(flow, "density")
sub.prop(flow, "temperature")
elif md.smoke_type == 'COLLISION':
coll = md.coll_settings
@@ -108,7 +108,6 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, Panel):
col = split.column()
col.prop(coll, "collision_type")
class PHYSICS_PT_smoke_groups(PhysicButtonsPanel, Panel):