Is there a way to pull points to a curve?

@hannesgrebin,

you can try the old script below. Preselect grips of the mesh, run the script then select the mesh, then the curve to pull to. You can pull grips from curves, surfaces and meshes to curves, surfaces, polysurfaces and meshes using this script.

If no grips are preselected, all grips (the whole object) is pulled.

PullGripsToObject.rvb (3.9 KB)

Also note that @Willem recently posted this which works on mac as well.

Edit: Below another python version which runs somewhat faster and does not require to select an object, it just uses the object(s) found from the selected grip(s):

PullGripsToObject.py (1.2 KB)

c.

1 Like