--The math behind linking AAA to BBB.
--If AAA and BBB are objects in 3DSmax.
offsetMatrix = $AAA.Transform*Inverse($BBB.Transform);
$AAA.Transform = offsetMatrix*$BBB.Transform;
--To Unlink The Original Parenting:
$.Parent = Undefined;
Goodbye to All That (2014)
9 years ago
No comments:
Post a Comment