Search ProofOfProgress Blog

Saturday, March 26, 2011

Align Tool Does not Work in 3dsMax

Step1: Aligned one object's pivot to another object.
Step2: Orientation constrain them together.
Step3: Wonder why they popped out of place anyways.

Honestly, I am not sure why the align tool does not always properly align objects.
But a quick solution:

--Align Object 1 to object 2, Rotation ONLY.
Pos01 = $Object01.pos;
$Object01.Transform = $Object02.Transform;
$Object01.pos = Pos01;

No comments:

Post a Comment