Thursday, 17 January 2013

MAXScript

MAXScript


MAXScript is the built-in scripting language for 3ds Max.
With MAXScript, you have the ability to:
  • Script all aspects of 3ds Max use, such as modeling, animation, materials, rendering, and so on.
  • Control 3ds Max interactively through a command-line shell window.
  • Package scripts within custom utility panel rollouts or modeless windows, giving them a standard 3ds Max user interface.
  • Build custom import/export tools using the built-in file I/O.
  • Write procedural controllers that can access the entire state of the scene. Build batch-processing tools, such as batch-rendering scripts.
  • Set up live interfaces to external system using OLE Automation.
The MAXScript language is specifically designed to complement 3ds Max. It is object-oriented, and has several special features and constructs that mirror high-level concepts in the 3ds Max 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 3ds Max object hierarchy.
The syntax is simple enough for non-programmers to use, with minimal punctuation and formatting rules
.

No comments:

Post a Comment