|
I have two unrelated objects in a scene, and I want to move one object (Object A) 1 meter forward along another’s x axis (Object B). Object A and B both have different parents, constraints, etc.
Normally I’d just turn off autokey, then temporarily align Object A’s rotation to be the same as Object B and then move along A’s local x axis...then I’d rotate it back and turn back on autokey. Hacky, I know, but it works in most situations. The trouble is, due to referencing and our rig’s constraint system, I can’t temporarily rotate Object A.
Does anyone know of a direct way I can move one object along another’s axis?
IIRC, in MAXscript this command was basically:
in coordsys $ObjectB move $ObjectA 1 0 0
Thanks,
Mike
|
|
|