Announcement

Collapse
No announcement yet.

Render resolution/pixel aspect ratio

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Render resolution/pixel aspect ratio

    I'm using

    Code:
    	setAttr "vraySettings.wi" 1920;
    	setAttr "vraySettings.he" 1080;
    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.

    Code:
    setAttr "vraySettings.pxa" 1;
    setAttr "defaultResolution.pixelAspect" 1;
    Using vray 2.20 official release.

  • #2
    Sorted,
    setAttr "vraySettings.pixelAspect" 1;

    is actually working, its just not updating the render globals.

    Comment


    • #3
      Ah, thanks for the pointer - will see if we can fix it.

      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment

      Working...
      X