VFB turn off options

is there a mel command we can run to turn off a few things in the VFB.

- can we turn off region render with mel?
- can we turn off apply color corrections curve with mel?

ideally we could run this command as a pre-render mel along with these commands:

//Initial State
setAttr “vraySettings.sys_distributed_rendering_on” 0;
setAttr “vraySettings.stamp_on” 0;

we use this to ensure that we don’t accidentally have the stamp turned on or have distributed rendering on when we send our files to the farm. but I just got burned on a big render by having region render turned on, then walked away to come back and find only a corner of my frame rendered :frowning:

we are still using vray 2.0 with maya 2011

Look at this thread:

http://www.chaosgroup.com/forums/vbulletin/showthread.php?65681-render-region-button&highlight=turn+region

Hope that helps.