JohnKazucki / JD-Miter-Box

polymodelling toolset
GNU General Public License v3.0
223 stars 5 forks source link

Align Face: slide mode error when one or more sliding edges are coplanar with the rotation plane #16

Closed JohnKazucki closed 1 year ago

JohnKazucki commented 1 year ago

image

image Plane intersection doesn't work in this case and returns None

JohnKazucki commented 1 year ago

fixed during refactor in 824c6b9d34d2f4e114bcb008569c09d4f0afdbc5

JohnKazucki commented 1 year ago

won't give error anymore, but instead sets verts without a proper new location to 0,0,0

default their slide direction to the orientation direction normal instead. See #19 for feature enhancement

JohnKazucki commented 1 year ago

fixed in 105dc42