Enumerations | |
| enum class | MODELINGCOMMANDFLAGS { NONE , CREATEUNDO , IMPORTER , USEGLOBALSYMMETRY , SETESCTESTTHREAD } |
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. |
| SETESCTESTTHREAD | If Set, the command will check the ESC test thread for cancellation (i.e. allows the execution to be cancelled on ESC press). Do not use if called from GetVirtualObjects() or ModifyObjects(). |
| enum MODELINGCOMMANDFLAGS MAXON_ENUM_FLAGS | ( | MODELINGCOMMANDFLAGS | ) |