Interfaces > Core Interfaces > renderMessageManager |
The renderMessageManager Core Interface introduced in 3ds Max 2011 exposes the mental ray Render Message window to MAXScript.
Get/set whether to open the Render Message window when an error occurs in the renderer.
Get/set whether to show info level messages in the Render Message window.
Get/set whether to show progress level messages in the Render Message window.
Get/set whether to show debug level messages in the Render Message window.
Get/set the name of the file to write the log to.
Get/set whether to save the log to the log file or not.
Get/set whether to append to the file specified by the . LogFilename property, or to overwrite any existing log file.
Opens the Render Message window.
Returns true on success, false on failure.
Hides the Render Message window.
Clears the Render Message window.
This does not affect the log file if logging to file is enabled.