Notifications
Clear all

[Closed] Align pivot?

Hi I just got a quick question, how can align only the pivot of an object to another object without affecting the geometry.

For example if i do this:

$Box001.pivot = $Box002.pivot

It sets the position of the pivot correctly but how should I do to also set the rotation of the pivot.

AlignPivot $Box001 ???

Thanks in advance

2 Replies

$Box001.rotation = $Box002.rotation

Check this thread.

Open maxscript help file and search for RotatePivotOnly – there is example of how to rotate ony the pivot.