Enumerations | |
enum class | MODELINGCOMMANDFLAGS { NONE , CREATEUNDO , IMPORTER , USEGLOBALSYMMETRY } |
Functions | |
enum MODELINGCOMMANDFLAGS | MAXON_ENUM_FLAGS (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. |
enum MODELINGCOMMANDFLAGS MAXON_ENUM_FLAGS | ( | MODELINGCOMMANDFLAGS | ) |