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>2013-02-10 12:54:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-10 12:54:10 +0400
commit5d4df1a999d65bdfe67cec1088b34d9d47fc5412 (patch)
tree2409cd2edc0e4399a68bb6022081e2e38d0e2b7a /release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
parentf75ca60a1c55388334a3b85934bd23a122c6b92c (diff)
pep8 cleanup
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py b/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
index 49b760ef546..e4e5b94407d 100644
--- a/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
@@ -173,7 +173,7 @@ class PHYSICS_PT_rigid_body_constraint(PHYSICS_PT_rigidbody_constraint_panel, Pa
sub.prop(rbc, "limit_ang_z_lower", text="Lower")
sub.prop(rbc, "limit_ang_z_upper", text="Upper")
- if rbc.type == 'GENERIC_SPRING':
+ if rbc.type == 'GENERIC_SPRING':
col = layout.column(align=True)
col.label("Springs:")