[Bf-blender-cvs] [92263b67eba] blender2.8: Update test, missed when changing Object.select_set()

Campbell Barton noreply at git.blender.org
Sun Nov 11 23:06:13 CET 2018


Commit: 92263b67eba166fd2b857785cda81c51f53db3cd
Author: Campbell Barton
Date:   Mon Nov 12 09:05:38 2018 +1100
Branches: blender2.8
https://developer.blender.org/rB92263b67eba166fd2b857785cda81c51f53db3cd

Update test, missed when changing Object.select_set()

===================================================================

M	tests/python/view_layer/test_evaluation_selectability_f.py

===================================================================

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())



More information about the Bf-blender-cvs mailing list