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 <campbell@blender.org>2022-04-19 08:25:55 +0300
committerCampbell Barton <campbell@blender.org>2022-04-19 08:25:55 +0300
commit3035235defe0f3a6314e10ceab4c94be86086344 (patch)
treec9c5b22f42c785da4dfad027d648b0cd197e1796 /tests/python/physics_softbody.py
parent58d86527ae283b94ba18f54b1fcef1cb8063c910 (diff)
Cleanup: run autopep8 on tests/
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)