Search - User list
Full Version: environment edit not pass in python?
Root » PDG/TOPs » environment edit not pass in python?
Clément HECTOR
Hi,

In your example, you pass environment to python script but it did not work for me.

clement
chrisgreb
The environmentedit node exports env vars to the task's process environment if the task is executed in a new process Your pythonscript is set to evaluate ‘in process’, which means it will execute in the current Houdini process, and therefore
os.getenv
will only find the env vars set in the current Houdini process.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB