Hold on, this also deletes points outside of the circle
@frogstomp Thanks for catching this. I had a flipped a sign in the calculation, causing the distance to be inverted (stuff outside the…
Note that the factor 2 here is superfluous, but i left it in to keep changes minimal.
If anyone else has a hard time wrapping their head around the math: I made a geometry nodes setup to simulate the intersection test.
![intersection_math](/attachments/1820fa31-6349-467a-84a4-95d…
After lots of debug printing it looks like the root cause is a bug in the intersection math. A number of points that are clearly inside the circle do not detect any intersections of their…
Looks like you need to pull the changes I pushed to fix-gpv3-trace-race
Will do that when the other PR has landed, less hassle. This should also go into main rather than blender-v4.3-release,…
Thanks @frogstomp, i was able to repro it now. The issue seems to be that the last point of a stroke remains, but only when the stroke starts at the last point.