-
Create a motion path from multiple objects’s position properties
Here’s an interesting situation I’m in.
I’ve got hundreds of Null objects with varying positions, and I’m trying to find a quick way to turn each Position property on each null into a keyframe for the motion of another layer.
So, if this worked, this would have been my solve:
copy out all position data from the X selected nulls.
copy out animation keyframe data for X keyframes on the object i want to move.
replace old coordinates from animation keyframe data with coordinates from Nulls positions.
profitbut that’s not working, in that I can’t copy out all the nulls in batch, and the scale here makes that unworkable.
Googling this hasn’t returned much. Any thoughts on an expression or quick workflow I could put in place to attack this rapidly?
thanks!