-
Finding the Global Scale Value of an object?
I have a layer (result_layer) that uses the scale property of another layer for it’s value. However, that secondary layer is a child of a parent that is scaled up by a few factors. When I use my expression all I get is the child’s scale, not the true/global scale.
What I am trying to find out is the global scale property of the child layer. Is this possible in After Effects?
result_layer's scale expression (to which I only get the child's 'local' scale:
thisComp.layer("CHILD").transform.scale*.5;