MODELINGCOMMANDFLAGS

Detailed Description

Enumerations

enum class  MODELINGCOMMANDFLAGS {
  NONE ,
  CREATEUNDO ,
  IMPORTER ,
  USEGLOBALSYMMETRY
}
 

Functions

enum MODELINGCOMMANDFLAGS MAXON_ENUM_FLAGS (MODELINGCOMMANDFLAGS)
 

Enumeration Type Documentation

◆ MODELINGCOMMANDFLAGS

enum MODELINGCOMMANDFLAGS
strong
Enumerator
NONE 

None.

CREATEUNDO 

Creates undo and inserts newly created objects into ModelingCommandData::doc, instead of returning in ModelingCommandData::result.

IMPORTER 

Can be used by importer plugins to avoid additional checks for polygon meshes (e.g conversion of posemorph tags).

USEGLOBALSYMMETRY 

Set to let the command to recieve the symmetry settings from the global context.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum MODELINGCOMMANDFLAGS MAXON_ENUM_FLAGS ( MODELINGCOMMANDFLAGS  )