Update test to RNA API

This commit is contained in:
Campbell Barton 2015-09-23 03:11:17 +10:00
parent 1a59b63e1c
commit 7615073e77
1 changed files with 2 additions and 1 deletions

View File

@ -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