Learning MAXScript - Topics Index
The following page provides links to topics intended to introduce you to the MAXScript
language.
- MAXScript Online Reference
-
The introduction page of this document provides a short overview of MAXScript and
links to the main areas of interest to start with.
- MAXScript Overview
-
An overview of MAXScript.
- Using the MAXScript Documentation
-
An overview of this document's structure.
- Learning MAXScript
-
Introduction to the MAXScript learning topics.
Learning From Other Scripts
- Loading Other Scripts
-
Explains how to load scripts written by others to examine and study the way they were written.
- Learning MAXScript by Walking Through a Script
-
Explains how to walk through existing scripts in order to understand their way of working.
- Learning MAXScript with the Macro Recorder
-
Explains how to use the Macro Recorder to learn MAXScript. Note that the code automatically generated by the recorder can be used as a guideline
but should not be taken as the perfect syntax. Code written by humans will be much
more optimized in most cases!
Examples:
- How To - Introduction to the Tutorials
-
This index page lists all 'How To...' Tutorials included in this document. These tutorials are based on real-world examples and contain
detailed explanations and links to relevant topics.
- Online Help Script Examples
-
This page lists the majority of example scripts included as examples in this document. These scripts and functions are usually directly usable in the daily practice and
not just abstract examples.
- Frequently Asked Questions
-
This page provides a large number of typical user questions and their answers. Most questions are based on real-world problems.