Enumerations | |
| enum class | EVENT {  NONE , FORCEREDRAW , ANIMATE , NOEXPRESSION , GLHACK , CAMERAEXPRESSION , ENQUEUE_REDRAW , DONT_OVERWRITE_RENDERING }  | 
Functions | |
| enum EVENT | MAXON_ENUM_FLAGS (EVENT) | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| NONE | None.  | 
| FORCEREDRAW | Force a complete redraw.  | 
| ANIMATE | Animate document.  | 
| NOEXPRESSION | Do not execute expressions.  | 
| GLHACK | Private.  | 
| CAMERAEXPRESSION | If set (and not EVENT::NOEXPRESSION), the event will only update camera dependent expressions (for faster speed).  | 
| ENQUEUE_REDRAW | Do not stop the current redraw if DrawViews() is running at the moment. In that case enqueue the redraw after the current draw is done. 
  | 
| DONT_OVERWRITE_RENDERING | If this flag is set, renderings will not be overwritten.  |