mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-12-15 05:01:38 +08:00
Fix multiple loop cuts not working on single edges
This commit is contained in:
parent
2c5d6f97c2
commit
1a94f30f69
@ -2990,6 +2990,11 @@ BARS.defineActions(function() {
|
||||
}
|
||||
})
|
||||
mesh.addFaces(new_face);
|
||||
|
||||
// Multiple loop cuts
|
||||
if (cut_no+1 < cuts) {
|
||||
splitFace(face, [center_vertex, side_vertices[0]], double_side, cut_no+1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user