I'm using
to change the default maya render res from 640x480, but this changes the pixel aspect ratio to 0.750
But I can't seem to set the pixel aspect ratio with mel.
Using vray 2.20 official release.
Code:
setAttr "vraySettings.wi" 1920; setAttr "vraySettings.he" 1080;
But I can't seem to set the pixel aspect ratio with mel.
Code:
setAttr "vraySettings.pxa" 1; setAttr "defaultResolution.pixelAspect" 1;
Comment