We are using deep on our current job. It is working really great. I can't wait till we can render straight to exr2 though.
I guess that is Vray 3.0?
I guess that is Vray 3.0?
import maya.mel as mel import maya.cmds as cmds postPython = "python code here..." cmds.setAttr("vraySettings.postTranslatePython", postPython, type="string")
Comment