RENDERFLAGS

Detailed Description

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)
 

Enumeration Type Documentation

◆ RENDERFLAGS

enum 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.

Since
R17.032
PREVIEWSETTINGS 

Use preview settings.

Since
R19
RENDERQUEUEERRORS 

Cancel Render Queue rendering if scene has missing assets. Private..

Since
R21
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!

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum RENDERFLAGS MAXON_ENUM_FLAGS ( RENDERFLAGS  )