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:
Diffstat (limited to 'tests/python/physics_softbody.py')
-rw-r--r--tests/python/physics_softbody.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/physics_softbody.py b/tests/python/physics_softbody.py
index b167529ccca..00d2a637cf7 100644
--- a/tests/python/physics_softbody.py
+++ b/tests/python/physics_softbody.py
@@ -15,9 +15,9 @@ def main():
test = [
SpecMeshTest("SoftBodySimple", "testSoftBody", "expectedSoftBody",
- [ModifierSpec('Softbody', 'SOFT_BODY',
- {'settings': {'use_goal': False, 'bend': 8, 'pull': 0.8, 'push': 0.8}},
- 45)]),
+ [ModifierSpec('Softbody', 'SOFT_BODY',
+ {'settings': {'use_goal': False, 'bend': 8, 'pull': 0.8, 'push': 0.8}},
+ 45)]),
]
soft_body_test = RunTest(test)