Answered
How to get world position of an object at specific time?
Hey guys. I want to make an expression where variable need to get null's world position at specific time, because null is parented to other object.
So I made this expression, but it doesn't work because, as I think, valueAtTime can be applied to transform only.
anchorEnd = thisComp.layer("anchorEnd");
anchorEnd.toWorld(anchorEnd.anchorPoint).valueAtTime(0);What may be solution for this?
