Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-05-01 17:32:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-01 17:32:55 +0400
commit2691483e35a157d6d8cba017a06dcc91a7b532b8 (patch)
treeffd69be5acae1b5f3ab2422191b154d0438010d5 /release/scripts/startup/bl_ui/properties_physics_smoke.py
parent7a87b89a6040a9d1c7f29a679972da89af96b50a (diff)
stule cleanup: pep8
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_smoke.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_smoke.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_smoke.py b/release/scripts/startup/bl_ui/properties_physics_smoke.py
index d3ab616a793..012aefebb6e 100644
--- a/release/scripts/startup/bl_ui/properties_physics_smoke.py
+++ b/release/scripts/startup/bl_ui/properties_physics_smoke.py
@@ -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):