Correct Python exceptions

T35358 by Codemanx
This commit is contained in:
Campbell Barton
2014-08-07 00:42:49 +10:00
parent c9dee2b054
commit dd5acaaa6c
3 changed files with 2 additions and 5 deletions

View File

@@ -421,7 +421,6 @@ def ngon_tessellate(from_data, indices, fix_loops=True):
loop_segments.append(context_loop)
else:
if context_loop and context_loop[-1][1] == v[1]:
#raise "as"
pass
else:
context_loop.append(v)