About MAXScript

MAXScript is the built-in scripting language for gmax. It provides users with the ability to:

The MAXScript language is specifically designed to complement the software. It is object-oriented, just like the software, and has several special features and constructs that mirror high-level concepts in the softwareÆs user interface. These include coordinate-system contexts, an animation mode with automatic keyframing, and access to scene objects using hierarchical path names that match the softwareÆs object hierarchy.

The syntax is simple enough for non-programmers to use, with minimal punctuation and formatting rules.

Visual MAXScript

Visual MAXScript is a powerful addition to MAXScript, making the MAXScript feature easier to learn and use. With Visual MAXScript, you can quickly create UI elements and layouts for scripting.

For detailed information about Visual MAXScript, open the MAXScript Reference, available from Help menu > MAXScript Reference.

See also

Procedure

To access MAXScript, do one of the following:

For detailed information about the MAXScript utility, open the MAXScript Reference, available from Help menu > MAXScript Reference.