We had both renders working fine with before Houdini 19, but now I can't get them both running without erroring. I have tried a million different iterations of loading Vray and Arnold as packages and/or straight from houdini.env but always get the following error on load when both are loaded together. This error fails any render job on Deadline. I know this isn't just a Vray problem, but just wondering if there are any tips:
Code:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\husd\pluginmanager.py", line 83, in __init__ reverse = True ) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\husd\pluginmanager.py", line 28, in __init__ pathvar = 'HOUDINI_HUSDPLUGINS_PATH' ) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\pluginutils.py", line 193, in runFunctions pathvar=pathvar): File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\pluginutils.py", line 137, in _findFunctions module = _cacheLoad(filepath, silent=True) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\pluginutils.py", line 41, in _cacheLoad obj = loadModule(filepath, silent=silent) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.657/houdini/python3.7libs\pluginutils.py", line 66, in loadModule exec (code_obj, module.__dict__) File "C:/Program Files/Chaos Group/V-Ray/Houdini 19.0.657/vfh_home/husdplugins\shadertranslators\vfh_usd.py", line 16, in <module> import vfh_py File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.657\python37\lib\si te-packages-forced\shiboken2\files.dir\shibokensupport\__featu re__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'vfh_py' shader translator Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'theTranslators' is not defined
Comment