NETRENDERFLAGS

Detailed Description

Enumerations

enum class  NETRENDERFLAGS {
  NONE ,
  OPEN_PICTUREVIEWER ,
  SHOWERRORS ,
  DELETEAFTERRENDERING ,
  NOPEERTOPEERASSETDISTRIBUTION ,
  NOREQUESTONDEMAND ,
  EXCLUDECLIENTONLOADINGERROR ,
  SAVERESULTSINREPOSITORY ,
  ASSEMBLEB3DFILESIMMEDIATLEY ,
  NOWRITETEST ,
  HANDLEWARNINGASERROR ,
  KEEPB3DFILESAFTERASSEMBLING
}
 

Functions

enum NETRENDERFLAGS MAXON_ENUM_FLAGS (NETRENDERFLAGS)
 

Enumeration Type Documentation

◆ NETRENDERFLAGS

enum NETRENDERFLAGS
strong
Enumerator
NONE 

None.

OPEN_PICTUREVIEWER 

Open Picture Viewer.

SHOWERRORS 

Show errors.

DELETEAFTERRENDERING 

Delete after rendering.

NOPEERTOPEERASSETDISTRIBUTION 

No peer-to-peer asset distribution. Automatically set by local preferences.

NOREQUESTONDEMAND 

No request on demand. Automatically set by local preferences.

EXCLUDECLIENTONLOADINGERROR 

Exclude client on rendering error. Automatically set by local preferences.

SAVERESULTSINREPOSITORY 

Save results in repository.

ASSEMBLEB3DFILESIMMEDIATLEY 

Assemble BodyPaint 3D files immediately.

NOWRITETEST 

No write test for BodyPaint 3D files.

HANDLEWARNINGASERROR 

Handle warnings as errors.

KEEPB3DFILESAFTERASSEMBLING 

Keep the BodyPaint 3D files on assembling.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum NETRENDERFLAGS MAXON_ENUM_FLAGS ( NETRENDERFLAGS  )