-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] merge multiple overlapping control points #5
Comments
Ok, I changed it so that the user selects the entire splines (e.g. by using select linked) and the tool then merges their ends based on their distance up to a maximum distance threshold parameter. |
yay 😃 |
OOps, nope, still not working quite right. Consider this model: Covid19 Face Shield Hole Punch V1.1.DXF.zip (original source: https://grabcad.com/library/covid19-face-shield-hole-punch-v1-1-1 ) Import this DXF, switch the curve to 2D, go into edit mode and convert the whole thing to bezier splines, select all control points, and merge. The model... um, kinda turns to mush 😃, or it'll throw this error (I'm not sure why the behavior varies): |
I think I fixed the bugs, as I can now import your model and merge everything correctly. Three more tips, before merging the control points:
|
Yep, now it looks right (and, those tips are actually just what I was doing 😃 ) |
At present, the "merge ends" in this plugin can merge overlapping end points in a way similar to merging vertexes in a mesh... but it can only do one pair at a time. Trying to do this on an entire set of curves just throws "invalid selection".
The plugin really should just pair-off all endpoints that it can from that which is selected (silently ignoring selected handles of course, so that one could just do the entire object at once)
The text was updated successfully, but these errors were encountered: