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>2015-09-22 20:11:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-22 20:11:17 +0300
commit7615073e773798319b66f9386a3a6f23303e7d58 (patch)
treea7c9da8646e83be21cf21e30b9b863d0057e32cd /tests
parent1a59b63e1c450e034d9aad800a7707d01c86ce6d (diff)
Update test to RNA API
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_mesh_modifiers.py3
1 files changed, 2 insertions, 1 deletions
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