Hello
I would like to simplify creation of a line between two picked object.
The created line is parented to the first picked object, add a look at targeted to the second picked object, and the line scale is linked to the distance between the two picked objects.
As usual I can do the beginning, but I can't do the end.... If anybody could help :-)
--------------------
obj1 = pickObject()
obj2 = pickObject rubberBand:obj1.pos
obj1n = obj1.name as string
obj2n = obj2.name as string
new_spline = splineShape ()
addNewSpline new_spline