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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-12 01:05:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-12 01:05:38 +0300
commit92263b67eba166fd2b857785cda81c51f53db3cd (patch)
treead56fe00d2e44262c1dd6d0236af66f36a9726f6 /tests
parent2fdd80ba1dab682c93cf03d16013947ca19a5725 (diff)
Update test, missed when changing Object.select_set()
Diffstat (limited to 'tests')
-rw-r--r--tests/python/view_layer/test_evaluation_selectability_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/view_layer/test_evaluation_selectability_f.py b/tests/python/view_layer/test_evaluation_selectability_f.py
index fbc4a49fc11..a902dd1dada 100644
--- a/tests/python/view_layer/test_evaluation_selectability_f.py
+++ b/tests/python/view_layer/test_evaluation_selectability_f.py
@@ -31,7 +31,7 @@ class UnitTesting(ViewLayerTesting):
self.assertTrue(layer_collection.selectable)
bpy.context.scene.update() # update depsgraph
- cube.select_set(action='SELECT')
+ cube.select_set(True)
self.assertTrue(cube.select_get())