Enumerations | |
| enum class | EVENT { NONE , FORCEREDRAW , ANIMATE , NOEXPRESSION , GLHACK , CAMERAEXPRESSION , ENQUEUE_REDRAW , DONT_OVERWRITE_RENDERING , NO_PREPARE_SCENE } |
Functions | |
| enum cinema::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. |
| NO_PREPARE_SCENE | Do not prepare the scene (no execution of expressions, no updates of generators/deformers, ...). |
| enum cinema::EVENT cinema::MAXON_ENUM_FLAGS | ( | EVENT | ) |