Dissolve the vertex when it is wire instead of trying to collapse the
edge. When collapsing the edge, v_kill->e was not NULL, so the
assert in bmesh_kernel_join_vert_kill_edge fails.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Dissolve the vertex when it is wire instead of trying to collapse the
edge. When collapsing the edge, v_kill->e was not NULL, so the
assert in bmesh_kernel_join_vert_kill_edge fails.