I was met with the following assert() failure when attempting to save the traced stitches generated using the bunny.obj file:
Assertion failed: vertices[vertices[at].col_in[0]].col_out[0] != -1U && vertices[vertices[at].col_in[0]].col_out[1] != -1U, file ak-trace_graph.cpp, line 152
here's the full command I ran:
./interface.exe obj:../autoknit-tests/models/bunny.obj constraints:../autoknit-tests/constraints/bunny.cons peel-step:-1 save-traced:bunny.st
(note: it ran for a long time and outputted a good deal of messages before crashing with an error number [9])
I was met with the following assert() failure when attempting to save the traced stitches generated using the bunny.obj file:
Assertion failed: vertices[vertices[at].col_in[0]].col_out[0] != -1U && vertices[vertices[at].col_in[0]].col_out[1] != -1U, file ak-trace_graph.cpp, line 152here's the full command I ran:
./interface.exe obj:../autoknit-tests/models/bunny.obj constraints:../autoknit-tests/constraints/bunny.cons peel-step:-1 save-traced:bunny.st(note: it ran for a long time and outputted a good deal of messages before crashing with an error number [9])