You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In blueprint i have a variable of 'array of color array' type. In blueprint graph, i set new values in it and then call python script for further process.
When i access the variable from the python script, i get the initial value of the variable, not the set up ones. Is it possible to get the changed variable value from python.