[Closed] Link Object to Poly
Hey Guys, maybe someone can help me. Im a total script noob
Is it possible to Link/Bind an object to a specific poly of another object via script?
Thanks for any info on that subject.
greetz
Get the vertex position / face center position / position on the face using the usual mesh/poly operations (where applicable), move the object in question to that position? Can do that in e.g. a scripted position controller.
I’m sure this topic has come up before, so have a search through the forums and also have a peek at scriptspot.com – might be a prefab script up on there already
Wouldn’t it be easier to get the face and attach the object via attachment constraint (which you can also do via script as well)?
well, the question would be what is faster, attachment controller, or script controller