Maya 8 MR3.5 FinalGather options
Well these Options are not available by default in the Maya 8 MR3.5 render options.
So.. turn on MR in your plugins,
open render settings for MR, close it,
then run this script:-
if (objExists miDefaultOptions
)
{
if (!attributeExists "finalGatherMode" "miDefaultOptions"
)
{
addAttr -ln "finalGatherMode" -at enum -en "strict:compatible:auto:multi" miDefaultOptions;
addAttr -ln "finalGatherPoints" -at short -min 1 -max 100 -dv 20 miDefaultOptions;
}
select miDefaultOptions;
ShowAttributeEditorOrChannelBox;
}
And those four options they've been will be available to you (under extra attribs)