Result codes for the Render() calls in the rendering API.
|
| enum class | RENDERRESULT {
OK
,
OUTOFMEMORY
,
ASSETMISSING
,
SAVINGFAILED
,
USERBREAK
,
GICACHEMISSING
,
NOMACHINE
,
UNAVAILABLE
,
FAILED
,
PROJECTNOTFOUND
,
ERRORLOADINGPROJECT
,
NOOUTPUTSPECIFIED
} |
| |
◆ RENDERRESULT
| Enumerator |
|---|
| OK | Function was successful.
|
| OUTOFMEMORY | Not enough memory.
|
| ASSETMISSING | Assets (textures etc.) are missing.
|
| SAVINGFAILED | Failed to save.
|
| USERBREAK | User stopped the processing.
|
| GICACHEMISSING | GI cache is missing.
|
| NOMACHINE | Machine was not found. Can only happen during Team Rendering.
|
| UNAVAILABLE | The rendering could not be started, e.g. if a rendering with higher priority is already running.
|
| FAILED | Generic error if a rendering has failed due to missing license or similar.
|
| PROJECTNOTFOUND | Project was not found. Can only be returned by Cinema 4D during command line rendering.
|
| ERRORLOADINGPROJECT | There was an error while loading the project. Can only be returned by Cinema 4D during command line rendering.
|
| NOOUTPUTSPECIFIED | Output was not specified. Can only be returned by Cinema 4D during command line rendering.
|
◆ MAXON_ENUM_LIST()