From c3e89343528a926c9349e20af31873b1a9d3e95c Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Wed, 21 Jan 2015 12:14:08 +1100 Subject: [PATCH] Please avoid littering scripts with API versions --- mesh_looptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_looptools.py b/mesh_looptools.py index 06a1cc4dd..49a26c480 100644 --- a/mesh_looptools.py +++ b/mesh_looptools.py @@ -2815,7 +2815,7 @@ def gstretch_match_loops_strokes(loops, strokes, object, bm_mod): # calculate loop centers loop_centers = [] - bm_mod.verts.ensure_lookup_table() # to work in 2.73 + bm_mod.verts.ensure_lookup_table() for loop in loops: center = mathutils.Vector() for v_index in loop[0]: -- GitLab