List of Render Types

3DS Max Plug-In SDK

List of Render Types

See Also: Class Interface.

One of the following values:

RENDTYPE_NORMAL

The currently selected viewport (the same as the MAX 'View' option).

RENDTYPE_REGION

This is the same as the MAX 'Region' option.

RENDTYPE_BLOWUP

This is the same as the MAX 'Blowup' option.

RENDTYPE_SELECT

This renders the selected objects only (the same as the MAX 'Selected' option).

RENDTYPE_REGIONCROP

This is the same as the MAX 'Crop' option.

RENDTYPE_REGION_SEL

This type is available in release 4.0 and later only.

Does a region render using the bounding rectangle of the selection.

Note: Not to be passed into plugin renderers. The purpose is for passing to Interface::OpenCurRenderer(), which converts them into RENDTYPE_REGION and RENDTYPE_REGIONCROP, respectively.

RENDTYPE_CROP_SEL

This type is available in release 4.0 and later only.

Does a crop render using the bounding rectangle of the selection

Note: Not to be passed into plugin renderers. The purpose is for passing to Interface::OpenCurRenderer(), which converts them into RENDTYPE_REGION and RENDTYPE_REGIONCROP, respectively.