Fix #2123. Bug where mesh to extrusion conversion didn't work for thin extrusions.

This commit is contained in:
Dion Moult
2022-11-07 17:45:05 +11:00
parent 516bd37518
commit dadf23681b
@@ -481,7 +481,7 @@ class Helper:
unshared_vert.co, profile_face.verts[0].co, profile_face.normal
)
)
> 0.001
> 1e-6
):
if unshared_vert == edge.verts[1]:
return [edge.verts[0].index, edge.verts[1].index]