Hi, I'm trying to find out through maxscript if the VrayFramebuffer is going to render a region or not.
It's quite irritating to start a rendering job only to realise that the whole thing needs to be rerendered because the region option was activated. :ยด(
The following commands should give me what I want but the value they hold doesn't seem to do anything.
vr = renderers.current
vr.output_renderType
vr.output_regxmin
Even if I have region activated then the output_rendertype is still 0 and nothing I do changes that, it seems.
output_regxmin is always 0 too.., quite frustrating.
Thanks in advance!
It's quite irritating to start a rendering job only to realise that the whole thing needs to be rerendered because the region option was activated. :ยด(
The following commands should give me what I want but the value they hold doesn't seem to do anything.
vr = renderers.current
vr.output_renderType
vr.output_regxmin
Even if I have region activated then the output_rendertype is still 0 and nothing I do changes that, it seems.
output_regxmin is always 0 too.., quite frustrating.
Thanks in advance!
Comment