Announcement

Collapse
No announcement yet.

Change Image Format with mel?

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

  • Change Image Format with mel?

    Hello,

    I want change in mel the image Format.
    In other renderer the command is:

    setAttr "defaultRenderGlobals.imageFormat" 5;


    But in vray this dont work...

    Can someone help me with that?
    Thank you!

  • #2
    Hi,

    setAttr "vraySettings.imageFormatStr" -type "string" exr;
    vrayChangeImageFormat;
    Last edited by bigbossfr; 23-10-2013, 11:42 AM.
    www.deex.info

    Comment


    • #3
      Thank you! It works

      Comment

      Working...
      X