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>2010-07-06 02:22:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-06 02:22:22 +0400
commitd9f86e3c7393621589aaf5813d0766b16c23a08c (patch)
tree284272ca2c02e1c23bb78c96618638d2ab119659 /release/scripts/ui/properties_physics_softbody.py
parent4926667018caeb52cd8b59d85c3d00c35775d24d (diff)
pedantic pep8 warnings, mostly white space.
Diffstat (limited to 'release/scripts/ui/properties_physics_softbody.py')
-rw-r--r--release/scripts/ui/properties_physics_softbody.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/ui/properties_physics_softbody.py b/release/scripts/ui/properties_physics_softbody.py
index 3bd27f382c5..60149cf533b 100644
--- a/release/scripts/ui/properties_physics_softbody.py
+++ b/release/scripts/ui/properties_physics_softbody.py
@@ -189,10 +189,10 @@ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel):
col.label(text="Aerodynamics:")
col.row().prop(softbody, "aerodynamics_type", expand=True)
col.prop(softbody, "aero", text="Factor")
-
+
#sub = col.column()
#sub.enabled = softbody.aero > 0
-
+
col.label(text="Collision:")
col.prop(softbody, "edge_collision", text="Edge")