Announcement

Collapse
No announcement yet.

Vray in MEL

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

  • Vray in MEL

    Hello,

    Perhaps I'm being an idiot, but is there a help file somewhere listing all the Vray settings that can be controlled via MEL ?.

    I'm trying to turn on and off region rendering using MEL but can't find a list of all the attributes anywhere on the web or in the documentation.

    cheers
    ben
    --
    http://bct.me

  • #2
    If you are using the region rendering in the Maya render view, then you can turn it off from there.

    If you are using the region rendering in the V-Ray VFB, then the only thing to do for the moment is to clear the "vfbSettingsArr" attribute right after opening a scene and before any rendering:
    Code:
    setAttr vraySettings.vfbSettingsArr -type Int32Array 0;
    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Thanks Vlado, I'll give that a try .. is there any documentation on access to Vray via MEL / Python .. ?,
      cheers
      ben
      --
      http://bct.me

      Comment


      • #4
        At the moment - no; the MEL functions for V-Ray were created mainly for our internal use. Although you can also use them for what you need, currently we can't make any commitments as to their support. If you need information on how to do something specific, it would be best to ask here; you can also look at the MEL scripts included with V-Ray for an example how to use many of the functions.

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

        Comment

        Working...
        X