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_dynamic_paint.py
parent58d86527ae283b94ba18f54b1fcef1cb8063c910 (diff)
Cleanup: run autopep8 on tests/
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)