Custom Environment Copy from Thinkbox GitHub issues

ok, so the modification made is here on line 52

Change the line
if string.upper(key) not in unwantedkeys:
to
if string.upper(key) in unwantedkeys:

Then in the event options you can enter the env vars that you want to be copied over.

This works great for Houdini running different versions of render engines and OCIO etc.

Now I need to find a way to pick and select the version of Houdini that it’s using and render using that instead of the version it hits first in the plugin list

1 Like