Hi, I recently updated to the latest update for Maya2023 and V-Ray
Maya: 2023.3
V-ray: 6.20.02
Everything is working fine local but when I use the same computer on deadline I'm getting this error:
V-Ray error: Error could not read '<MAYA_RESOURCES>/OCIO-configs/Maya2022-default/config.ocio' OCIO profile
Does anyone know where I can set this variable? I have tried to point it to a custom .config, but it seems like V-Ray ignores this and still tries to use the path above.
I have also tried to tried to inject some code in the userSetup.py
This could well be a deadline problem, but it was working before I updated both software.
Thanks!
Maya: 2023.3
V-ray: 6.20.02
Everything is working fine local but when I use the same computer on deadline I'm getting this error:
V-Ray error: Error could not read '<MAYA_RESOURCES>/OCIO-configs/Maya2022-default/config.ocio' OCIO profile
Does anyone know where I can set this variable? I have tried to point it to a custom .config, but it seems like V-Ray ignores this and still tries to use the path above.
I have also tried to tried to inject some code in the userSetup.py
Code:
cmds.colorManagementPrefs(e=True, configFilePath=ocio_config) cmds.vray('vfbControl', '-ocio',1) cmds.vray('vfbControl', '-loadocio', ocio_config) cmds.vray('vfbControl', '-ocioinputcolorspace', "ACEScg")
Thanks!
Comment