Enumerations | |
enum | RENDERFLAGS { NONE, EXTERNAL, NODOCUMENTCLONE, SHOWERRORS, PREVIEWRENDER, IRR, CREATE_PICTUREVIEWER, OPEN_PICTUREVIEWER, KEEP_CONTEXT, BATCHRENDER, NET, DONTANIMATE, PREVIEWSETTINGS, RENDERQUEUEERRORS } |
Functions | |
enum RENDERFLAGS | MAXON_ENUM_FLAGS (RENDERFLAGS) |
|
strong |
Enumerator | |
---|---|
NONE | None. |
EXTERNAL | External render. |
NODOCUMENTCLONE | Set to avoid an automatic clone of the scene sent to RenderDocument(). |
SHOWERRORS | Show error messages. |
PREVIEWRENDER | Preview render. |
IRR | Interactive region render. |
CREATE_PICTUREVIEWER | Render in a new Picture Viewer. |
OPEN_PICTUREVIEWER | Open the Picture Viewer. |
KEEP_CONTEXT | Private. |
BATCHRENDER | Render in Batch Render. Private. |
NET | Use NET System for rendering. |
DONTANIMATE | Do not animate document before rendering. This should only be used in combination with RENDERFLAGS::PREVIEWRENDER.
|
PREVIEWSETTINGS | Use preview settings.
|
RENDERQUEUEERRORS | Cancel Render Queue rendering if scene has missing assets. Private..
|
enum RENDERFLAGS MAXON_ENUM_FLAGS | ( | RENDERFLAGS | ) |