Skip to main content
Known Participant
April 27, 2020
Answered

Is it possible to access expressions variables from different expressions ?

  • April 27, 2020
  • 1 reply
  • 513 views

I will attach a screenshot to make it more clear

 

This topic has been closed for replies.
Correct answer Mylenium

No. That's the long and short of it. If you want to share data, you need to propagate it to the actual property stream output, meaning you have to use dummy layers to hold the info and reference those dummy layers in every expression that needs to use the values.

 

Mylenium

1 reply

Mylenium
MyleniumCorrect answer
Legend
April 27, 2020

No. That's the long and short of it. If you want to share data, you need to propagate it to the actual property stream output, meaning you have to use dummy layers to hold the info and reference those dummy layers in every expression that needs to use the values.

 

Mylenium

Known Participant
April 28, 2020

Thank you, exactly what I did