Is there a way to make a spline close without it turning into a filled shaped?
I want to make a circle outline from a rectangle using the polyspline but not have it fill in the circle.
Is there a way to convert the spline into a line from its polygon form?
well almost there… still doesnt make it into a line
circle_line_hack.tox (1.0 KB)
current hack by just repeating the first point and merging
snaut
January 7, 2025, 8:35pm
5
Hi @davispolito ,
small idea for your solution: Instead of “By Group” in the Add SOP, use “By Pattern” and specify the Pattern with * 0
- meaning: take all points plus the first one.
Saves some operators
cheers
Markus
this is the type of wizardry i wanted to see