Is it possible to have a DAT that exports expressions onto parameters?
I recall it being possible with TScript using backticks at some point in the past. But is there a python equivalent?
For example, if you have a COMP with a parameter Foo, containing a CHOP bar with a channel x, is it possible to have a DAT that pushes an expression of op('./bar')['x'] onto that parameter using exports?
Or to export an expression like me.name + 'abc' onto a string parameter and have it interpret that as an expression rather than that literal text?