From 200dd87de1726d7b6f61b9cfa3b2beea6ceba6cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 Jul 2014 12:03:15 +1000 Subject: Cleanup: pep8 & redundant vars --- tests/python/bl_mesh_modifiers.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') diff --git a/tests/python/bl_mesh_modifiers.py b/tests/python/bl_mesh_modifiers.py index b3f77aed96b..1c05eaafa0d 100644 --- a/tests/python/bl_mesh_modifiers.py +++ b/tests/python/bl_mesh_modifiers.py @@ -434,11 +434,6 @@ def modifier_hook_add(scene, obj, use_vgroup=True): for v in mesh.vertices: v.select = False - if IS_BMESH: - face_verts = mesh_bmesh_poly_vertices(mesh.polygons[0]) - else: - face_verts = mesh.faces[0].vertices[:] - for i in mesh.faces[0].vertices: mesh.vertices[i].select = True -- cgit v1.2.3