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')
-rwxr-xr-xtests/python/alembic_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/python/alembic_tests.py b/tests/python/alembic_tests.py
index 4af69dd23fb..1cdfd75426a 100755
--- a/tests/python/alembic_tests.py
+++ b/tests/python/alembic_tests.py
@@ -317,7 +317,8 @@ class HairParticlesExportTest(AbstractAlembicTest):
abc = tempdir / 'hair-particles.abc'
script = "import bpy; bpy.ops.wm.alembic_export(filepath='%s', start=1, end=1, " \
"renderable_only=True, visible_layers_only=True, flatten=False, " \
- "export_hair=%r, export_particles=%r)" % (abc, export_hair, export_particles)
+ "export_hair=%r, export_particles=%r, as_background_job=False)" \
+ % (abc, export_hair, export_particles)
self.run_blender('hair-particles.blend', script)
return abc