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_dynamic_paint.py')
-rw-r--r--tests/python/physics_dynamic_paint.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/python/physics_dynamic_paint.py b/tests/python/physics_dynamic_paint.py
index f5fabb23adc..57b96ccffba 100644
--- a/tests/python/physics_dynamic_paint.py
+++ b/tests/python/physics_dynamic_paint.py
@@ -15,10 +15,10 @@ def main():
test = [
SpecMeshTest("DynamicPaintSimple", "testObjDynamicPaintPlane", "expObjDynamicPaintPlane",
- [ModifierSpec('dynamic_paint', 'DYNAMIC_PAINT',
- {'ui_type': 'CANVAS',
- 'canvas_settings': {'canvas_surfaces': {'surface_type': 'WAVE', 'frame_end': 15}}},
- 15)]),
+ [ModifierSpec('dynamic_paint', 'DYNAMIC_PAINT',
+ {'ui_type': 'CANVAS',
+ 'canvas_settings': {'canvas_surfaces': {'surface_type': 'WAVE', 'frame_end': 15}}},
+ 15)]),
]
dynamic_paint_test = RunTest(test)