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
committerSergey Sharybin <sergey.vfx@gmail.com>2015-09-23 17:02:26 +0300
commiteca8d9aa020caedd29eaacc1825d24f9ac32f8ac (patch)
treea01854f02c4248eae0c2ac84c77f2d83e50ba630 /tests
parent6b9d496aa5ef2184df90a8a93a32195071e301c0 (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