Render Element Manager

Topic: version 4 MAXScript New Features/Render Element Manager

Rendering to elements lets you separate various information in the rendering into individual image files. This can be useful when you work with some image-processing or special-effects software. You can later do compositing with the element renderings.

When you render one or more elements, a normal complete rendering is also generated. In fact, the element renderings are generated during the same rendering pass, so rendering elements costs little extra render time.

Rendering to elements is available only when you do production rendering with the default scanline renderer.

RenderElementMgr Interfaces

This is the interface for the Render Element Manager.

See also