The Wayback Machine - https://web.archive.org/web/20111102200134/http://think.maxwellrender.com:80/scripting_references-269.html
NL Team

Scripting References

Author: NL Team
Publication: 21/09/2009
Category: 16 Scripting References - Type: Document

1 . Scripting References

Maxwell Render provides basic scripting capabilities that allow you to make simple scripts and macros to automate common tasks such as launching render batches, converting several MXIs at the same time, etc. All the parameters of the Maxwell Render UI are accessible through scripts. The Maxwell Render scripting engine is based on ECMA standards (like other popular scripting languages such as Javascript and Actionscript), and provides default compatibility with these standards. The script editor in Maxwell Render also contains a debugger which provides basic debugging tools common in development environments.


Scripting window

For more information about ECMA visit:
 


This document assumes the user has basic knowledge of scripting and programming.