seems incomplete
I want turn on and set Frame b uffer rollout > VRay raw image file.
How can I do this?
seems incomplete
I want turn on and set Frame b uffer rollout > VRay raw image file.
How can I do this?
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:
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