Thread: basics MAXScript
View Single Post
  #1 (permalink)  
Old 26th April 2007
Ceryni's Avatar
Ceryni Ceryni is offline
Tutorial contributor
Join Date: Jan 2007
Location: Uk
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts
Send a message via MSN to Ceryni Send a message via Skype™ to Ceryni
MAXScript

For the few that are interested in the scripting side of things here is a brief tutorial explaning the basics behind using MAXScript and MAXScript Listener.

The listener is an "interactive interpreter" for MAXScript language, When you enter the commands in this window, they are executed immediatly.
Its handy for performing interactive work and developing small code fragments, as instant execution can only really be used for small pieces of modelling ( kinda gets complicated if you wanna do a whole project in it )

To Access the Listener:
Utilities > Utlities rollout select MAXScript > Open Listener



Last edited by Ceryni; 27th April 2007 at 12:23 AM.
Reply With Quote
The Following User Says Thank You to Ceryni For This Useful Post:
CHALLENGER (8th October 2007)