-
One layer reading another layer’s expression?
I have an expression that uses out_point of a layer to trigger a change in opacity.
If I pickwhip another layer’s opacity to that expression, it’ll use the source layer’s out_point. It copies that layer’s Opacity value (0~100) but not the expression itself.
How can I get another layer to use the expression of the source layer, but not the value of that expression for that source layer? So each layer will use its own out_point, but all reading a common source expression?