fix for own error in script edits, broke bpy_extras.mesh_utils.ngon_tesselate

This commit is contained in:
Campbell Barton 2011-06-30 16:06:30 +00:00
parent 7f1fe0fdc2
commit 093af18bfd

@ -287,7 +287,7 @@ def ngon_tesselate(from_data, indices, fix_loops=True):
else:
return v1[1], v2[1]
if not PREF_FIX_LOOPS:
if not fix_loops:
'''
Normal single concave loop filling
'''