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;
Goodbye to All That (2014)
9 years ago
No comments:
Post a Comment