zeffii / mesh_tiny_cad

a tiny set of unmissable CAD functions ( VTX, XALL ...) for Blender
http://zeffii.github.io/mesh_tiny_cad/
157 stars 18 forks source link

Feature: Multiple edge (and face) selection for Extend to Face #75

Open charlie0389 opened 3 years ago

charlie0389 commented 3 years ago

Great product! I'm busy hacking it to incorporate it in a script I have :)

Rather than constraining the function to operate on a single edge with a single face, extend to allow:

1) With multiple edges and a single face selected: Extend all selected edges to the selected face, with an error if at least one of the selected edges does not intersect the selected face. 2) With a single edge and multiple faces selected: Extend the selected edge to intersect with all the selected faces, with an error if the edge does not intersect at least one of the selected faces. 3) With multiple edges and multiple faces selected: Behaviour the combined of (1) and (2), with an error if at least one of the selected edges does not intersect at least one of the selected faces.

zeffii commented 3 years ago

it's great if you want to propose a pullrequest, i will consider it.

but to be brutally honest, it's about 5 years too late to expect any significant enthusiasm about the tool.