Introduced
6.01
Description
The process types that a rendering engine can perform. These types are used both when a render engine is registered, to indicate to Softimage which process type it can perform, and when the render engine's Process callback is called to indicate which type of processing Softimage wants it to perform at that point.
C# Syntax
siRenderProcessType.siRenderProcessRender // 0 siRenderProcessType.siRenderProcessExportArchive // 1 siRenderProcessType.siRenderProcessExportObjectArchive // 2
|
Constant |
Value |
Description |
|
0 |
The render engine can render an image. |
|
|
1 |
The render engine can export the scene data given to an archive format for later off-line rendering. |
|
|
2 |
The render engine can export the objects given to an archive format to use with stand-in objects. |
Applies To
See Also
Autodesk Softimage v7.5