Wire Objects position to anothers vertex

Is it possible to wire an objects position to another objects specific vertex position?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anubis's picture

Update()

Script controllers has small gap about updating.
Moving the time slider will update the controller.
Also you can call <Ctrl>.Update() in WHEN construct:
when transform $Foo changes do $Box01.position.controller.update()

my recent MAXScripts RSS (archive here)

br0t's picture

if wire == link then Graph's

if wire == link then Graph's script would help
http://www.scriptspot.com/3ds-max/scripts/link-to-vertex

if you mean parameter wiring i dont think that can be done with standard max tools, but tell us if you find out :D

Never get low & slow & out of ideas

JokerMartini's picture

I think Graphs script just

I think Graphs script just places them. I didn't see anywhere that it linked the two or not.

As for placing objects for each vert inside a target object is not the hard part. Just getting the object to stay connected is the hard part. Which wire parameters or a script controller would work.

John Martini
Digital Artist
http://www.JokerMartini.com (new site)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.