-
Absolute location versus relative?
If a layer has a parent, the “position” property shows the layer’s position relative to that parent.
But sometimes, for an expression, I want access to the layer’s absolute position. How can I get this in the expression?
Obviously, writing elaborate math to add the parent’s position to the child’s, with various functions to handle rotation and scaling isn’t a very nice solution.