OptCuts icon indicating copy to clipboard operation
OptCuts copied to clipboard

Will OptCuts add new cuts to a mesh that already has boundaries?

Open alecjacobson opened this issue 1 year ago • 1 comments

This t-shirt has boundaries and seems to be crashing optcuts simple-shirt-1000.obj.zip

alecjacobson avatar Mar 04 '24 14:03 alecjacobson

The issue is that OptCuts didn't handle input surfaces with multiple disconnected components if no UV was given. I just did a quick fix in 1904d017b1e229c553e8b7ec719ab79334103b3a, right now it should work, including your input, as long as all the components are in disk topology. Could you please try that and let me know how it works? I will probably do a more robust fix later.

liminchen avatar Mar 05 '24 02:03 liminchen

Made a more reliable fix in 2218d87dff5a97d795c715ca6234795486692fdd

liminchen avatar Mar 17 '24 01:03 liminchen

Awesome! thanks so much

alecjacobson avatar Mar 22 '24 15:03 alecjacobson