Another MAPA cooking fix

This commit is contained in:
Jack Andersen 2017-11-15 22:04:42 -10:00
parent a9eda137b8
commit 48562a3527
1 changed files with 1 additions and 1 deletions

View File

@ -45,10 +45,10 @@ def cook(writebuf, mesh_obj):
# Create map surfaces and borders # Create map surfaces and borders
island_faces = list(bm_master.faces) island_faces = list(bm_master.faces)
#prev_loop_emit = None #prev_loop_emit = None
out_count = 0
loop_ranges = [] loop_ranges = []
loop_iter = 0 loop_iter = 0
while len(island_faces): while len(island_faces):
out_count = 0
sel_lists_local = [] sel_lists_local = []
restore_out_count = out_count restore_out_count = out_count
for start_face in island_faces: for start_face in island_faces: