mirror of https://github.com/AxioDL/metaforce.git
Another MAPA cooking fix
This commit is contained in:
parent
a9eda137b8
commit
48562a3527
|
@ -45,10 +45,10 @@ def cook(writebuf, mesh_obj):
|
|||
# Create map surfaces and borders
|
||||
island_faces = list(bm_master.faces)
|
||||
#prev_loop_emit = None
|
||||
out_count = 0
|
||||
loop_ranges = []
|
||||
loop_iter = 0
|
||||
while len(island_faces):
|
||||
out_count = 0
|
||||
sel_lists_local = []
|
||||
restore_out_count = out_count
|
||||
for start_face in island_faces:
|
||||
|
|
Loading…
Reference in New Issue