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_cloth.py')
-rw-r--r--tests/python/physics_cloth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/physics_cloth.py b/tests/python/physics_cloth.py
index c507a85c087..e453b4dd68b 100644
--- a/tests/python/physics_cloth.py
+++ b/tests/python/physics_cloth.py
@@ -15,7 +15,7 @@ def main():
test = [
SpecMeshTest("ClothSimple", "testClothPlane", "expectedClothPlane",
- [ModifierSpec('Cloth', 'CLOTH', {'settings': {'quality': 5}}, 15)], threshold=1e-3),
+ [ModifierSpec('Cloth', 'CLOTH', {'settings': {'quality': 5}}, 15)], threshold=1e-3),
# Not reproducible
# SpecMeshTest("ClothPressure", "testObjClothPressure", "expObjClothPressure",
@@ -27,7 +27,7 @@ def main():
# [ModifierSpec('Cloth', 'CLOTH', {'collision_settings': {'use_self_collision': True}}, 67)]),
SpecMeshTest("ClothSpring", "testTorusClothSpring", "expTorusClothSpring",
- [ModifierSpec('Cloth2', 'CLOTH', {'settings': {'use_internal_springs': True}}, 10)], threshold=1e-3),
+ [ModifierSpec('Cloth2', 'CLOTH', {'settings': {'use_internal_springs': True}}, 10)], threshold=1e-3),
]
cloth_test = RunTest(test)