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
It is currently not possible to run a (workspace independent) Python-Script in voreenve and voreentool on a network that contains one or more DynamicPython Processors.
The reason to this is that prior to each script execution, the global environment of the python interpreter is cleared in order to avoid unintended side-effects but it doesn't get restored after execution.
Since DynmicPythonProcessors process synchronously it is, however, possible to run multiple of them in the same network.
Hence, the global environment needs to be restored to enable 'recursive' python script execution.
The text was updated successfully, but these errors were encountered:
It is currently not possible to run a (workspace independent) Python-Script in voreenve and voreentool on a network that contains one or more DynamicPython Processors.
The reason to this is that prior to each script execution, the global environment of the python interpreter is cleared in order to avoid unintended side-effects but it doesn't get restored after execution.
Since DynmicPythonProcessors process synchronously it is, however, possible to run multiple of them in the same network.
Hence, the global environment needs to be restored to enable 'recursive' python script execution.
The text was updated successfully, but these errors were encountered: