Announcement

Collapse
No announcement yet.

Accessing + listing all VRay renderer attributes in Maya?

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

  • Accessing + listing all VRay renderer attributes in Maya?

    I'm having a hell of a time figuring out how to query/list/change VRay renderer attributes in Maya 2015 + 3.20.01 with Python/Mel.

    Coming from MAX, a quick "vrRenderSettingsAttrList = getPropNames renderers.current" dropped all the info I needed.

    Any way to execute something similar in Maya? My apologies if this has been answered before, I was unable to find any discussions on the topic.

  • #2
    http://download.autodesk.com/us/maya.../listAttr.html

    Use this on the vraySettings node in the scene:
    Code:
    listAttr vraySettings;
    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment

    Working...
    X