Creates a MEL script which when executed by Maya will set many of the most useful global
rendering parameters related to the Maxwell renderer in the Maya scene.
This generated MEL script can then be used as the PreRenderMEL script of a MayaMxsExport
action to allow control over Maxwell rendering parameters directly from Pipeline without
the need to reopen the Maya scene.
Image Width
The horizontal resolution of the output image in pixels.
Image Height
The vertical resolution of the output image in pixels.
Pixel Aspect Ratio
Ratio of pixel height to pixel width.
Render Output Parameters
Output RGB
Whether to output a RGB color image.
Output Alpha
Whether to output an Alpha mask image.
Output Depth
Whether to output an Z Depth image.
Depth Min
The minimum depth value. ???
Depth Max
The maximum depth value. ???
Output Camera Cosine
Whether to output an image containing the cosine of the angle between surface normals
and the view direction.
Output MXI
Whether to output an MXI file.
Render Quality Parameters
Render Time
The maximum number of minutes to render.
Sample Level
The maxmimum sampling level.
Motion Blur Subframes
The number of motion blur subframes.
Illumination Layers
Direct Lighting
Calculates light rays from emitters.
Indirect Lighting
Calculates bounced light rays from the surfaces.
Caustic Layers
Direct Reflection
Calculates direct reflected caustics.
Indirect Reflection
Calculates bounced reflected caustics.
Direct Refraction
Calculates direct refracted caustics.
Indirect Refraction
Calculates bounced refracted caustics.
Tone
Burn
Controls the white saturation of the burnt colors.
Monitor Gamma
The monitor gamma correction factor.
See the Maxwell documentation for more details about the meaning of these parameters.