Hi,
I'm trying to update/convert a script to V-Ray but have come across this to which I do not now the V-Ray alternative:
Does anyone know how to translate this to V-Ray? Nevermind. I have found the answer.
Update: nevermind it seems to be this:
But still I have one more question, how do you tell V-Ray to render to a specific directory outside of Maya's GUI?
In Maya sw:
In V-Ray I try this but it does not work:
I'm trying to update/convert a script to V-Ray but have come across this to which I do not now the V-Ray alternative:
Mayatomr -preview $iconSize -y $iconSize -camera persp;
Update: nevermind it seems to be this:
RenderIntoNewWindow $iconSize -y $iconSize -camera persp;
But still I have one more question, how do you tell V-Ray to render to a specific directory outside of Maya's GUI?
In Maya sw:
setAttr -type "string" defaultRenderGlobals.imageFilePrefix ($iconsPrimary+$name);
setAttr "vraySettings.defaultDir" -type "string" ($iconsPrimary+$name);
Comment