Announcement

Collapse
No announcement yet.

VRayGPU MXS exposure

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

  • VRayGPU MXS exposure

    seems incomplete

    I want turn on and set Frame b uffer rollout > VRay raw image file.
    How can I do this?

  • #2
    Hello,

    For some internal reasons VRayGPU Max renderer has a copy of the regular VRay renderer that holds all the common settings. So if you want to access the frame buffer params you could use a script like:

    Code:
    vgpu=renderers.current
    vgpu.V_Ray_settings.output_saveRawFile=true
    vgpu.V_Ray_settings.output_rawFileName=....
    where the V_Ray_settings is actually the VRay renderer and it has all the MXS properties from it.

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment

    Working...
    X