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
So, something is removing the content of the global vars, which is annoying because currently it means that globals have to be "reloaded" before a call to Render...
Note that MakeCallable globals are still present and working after a call to Render:
Here is a small example which fails to run as expected:
The output is:
I displayed the content of the Globals before and after the first rendering, using that code:
Here is the result:
So, something is removing the content of the global vars, which is annoying because currently it means that globals have to be "reloaded" before a call to Render...
Note that MakeCallable globals are still present and working after a call to Render:
returns:
The text was updated successfully, but these errors were encountered: