Commit: 2b6c01d98c404a74d2b1c8fb6c5807ef5695b9cb Author: Hans Goudey Date: Wed Dec 1 21:22:00 2021 -0500 Branches: master https://developer.blender.org/rB2b6c01d98c404a74d2b1c8fb6c5807ef5695b9cb
Fix: Updating geometry nodes test results fails I ran into this when adding new geometry nodes tests. The issue was caused by 7168a4fa5c785c29483. Differential Revision: https://developer.blender.org/D13440 =================================================================== M tests/python/modules/mesh_test.py =================================================================== diff --git a/tests/python/modules/mesh_test.py b/tests/python/modules/mesh_test.py index 99313de92d4..e3990bc207b 100644 --- a/tests/python/modules/mesh_test.py +++ b/tests/python/modules/mesh_test.py @@ -373,8 +373,7 @@ class MeshTest(ABC): bpy.data.objects.remove(self.expected_object, do_unlink=True) self.evaluated_object.name = expected_object_name - self.do_selection(self.evaluated_object.data, - "VERT", evaluated_selection) + self.do_selection(self.evaluated_object.data, "VERT", evaluated_selection, False) # Save file. bpy.ops.wm.save_as_mainfile(filepath=bpy.data.filepath) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
