Expressions and Parents
I'm trying to create an expression that takes as its input the position of a layer in an animation.
However, that layer is tracked to a null which is animated, rendering the "thisComp.layer("Track").transform.position" values pretty useless because they don't inherit the transformations of the parent.
What's a good way to make an expression that grabs the actual position (or rotation, or scale) regardless of how many parents are in the chain?