User manual

© Next Limit Technologies 2010
Maxwell Render 2.5 User Manual
Chapter 17. Appendix IV. Scripting References | 150
Function: int renderChannelType( void );
0 = DIFFUSE + REFLECTIONS
1 = DIFFUSE
2 = REFLECTIONS
Description: Returns the active render type.
Parameters: Nothing
Returned Value: int: Active render type.
Function: void setRenderChannelType( int type );
Description: Sets the render channel type.
Parameters: int type: New render type.
Returned Value: Nothing
17.02.06 Render Events
Event: renderFinished
Description: Event emitted when the render nishes.
Event: samplingLevelChanged
Description: Event emitted when the sampling level changes.
Event: renderError
Description: Event emitted when an error happens during the render.
Event: renderWarning
Description: Event emitted when Maxwell Render emits a warning message during
the render.