-
how to read a value using an expression ?
Let me explain,
if you have something like the opacity driven by an expression:transform.opacity=value*100
The result is the value of the opacity multiplied by 100, right.
Now I would like in an other expression (transform.position) to read the original value of the opacity! if I link position to opacity, the result is the whole expression of opacity …Is there a way to directly read the original value of the opacity ?
sebastien