I find that when I'm drawing with add a point and other times when I think that all the points are connected but are not. I could use a script that looks at all the points that only have one connection, then connect to the nearest point. It would be given a range amount, so points wouldn’t be traveling across the screen.
Ok, It only works on points that are really close. I need something with a little more range. Is there someone who could modified the script so points don't have to be on top of each other.
I agree dueyftw. The auto weld was a feature I suggested to Mike way back in the early Moho days to combat those darn loose points. The only roblem is it does'nt have an adjustable range. I wonder how hard it would be to adjust the existing script?
Autoweld could be modified pretty easy. Double, triple the current nearness for welds? Making it adjustable would require turning into a tool script or adding a popup menu.
But I just tested it, and it already does have a sort of adjustment. You see the estimation of nearness is based on screen coordinates. So if you select all and zoom way out, almost any points are now very close on the screen.