Structure JobRenderElement

3DS Max Plug-In SDK

Structure JobRenderElement

See Also: Class MaxNetManager, Structure JobText

Description:

This structure is available in release 4.0 and later only.

This structure contains the details on a specific Render Element for a job.

typedef struct {

bool enabled;

This flag indicates if the Render Element is enabled or disabled.

bool filterenabled;

This flag indicates if filters are enabled or disabled for the Render Element.

bool atmosphere_applied;

This flag indicates if atmospheric effects are enabled or disabled for the Render Effect.

bool shadows_applied;

This flag indicates if shadows are to be applied for the Render Effect.

TCHAR name[128];

The name of the Render Effect.

TCHAR output[MAX_PATH];

The output path and file name of the resulting Render Element.

} JobRenderElement;