Enumerations | |
| enum class | RENDERFLAGS { NONE , EXTERNAL , NODOCUMENTCLONE , SHOWERRORS , PREVIEWRENDER , IRR , CREATE_PICTUREVIEWER , OPEN_PICTUREVIEWER , KEEP_CONTEXT , BATCHRENDER , NET , DONTANIMATE , PREVIEWSETTINGS , RENDERQUEUEERRORS , FORCE_LINEAR_COLOR_PROFILE , INTERNAL_USE_CURRENT_QUEUE , INTERNAL_SPECIAL_PREVIEW } |
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..
|
| FORCE_LINEAR_COLOR_PROFILE | Force linear color profile. |
| INTERNAL_USE_CURRENT_QUEUE | Internal flag which tells the renderer to use the current destination queue. |
| INTERNAL_SPECIAL_PREVIEW | Internal flag for special preview rendering of node materials. do not use! |
| enum RENDERFLAGS MAXON_ENUM_FLAGS | ( | RENDERFLAGS | ) |