Update test to RNA API
This commit is contained in:
@@ -197,8 +197,9 @@ def defaults_object(obj):
|
|||||||
obj.show_wire = True
|
obj.show_wire = True
|
||||||
|
|
||||||
if obj.type == 'MESH':
|
if obj.type == 'MESH':
|
||||||
|
obj.show_all_edges = True
|
||||||
|
|
||||||
mesh = obj.data
|
mesh = obj.data
|
||||||
mesh.show_all_edges = True
|
|
||||||
|
|
||||||
mesh.show_normal_vertex = True
|
mesh.show_normal_vertex = True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user