From eca8d9aa020caedd29eaacc1825d24f9ac32f8ac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Sep 2015 03:11:17 +1000 Subject: Update test to RNA API --- tests/python/bl_mesh_modifiers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python/bl_mesh_modifiers.py b/tests/python/bl_mesh_modifiers.py index 2db38895f9b..0121be29dd6 100644 --- a/tests/python/bl_mesh_modifiers.py +++ b/tests/python/bl_mesh_modifiers.py @@ -197,8 +197,9 @@ def defaults_object(obj): obj.show_wire = True if obj.type == 'MESH': + obj.show_all_edges = True + mesh = obj.data - mesh.show_all_edges = True mesh.show_normal_vertex = True -- cgit v1.2.3