Transcription of 3DATS 3ds Max Training MAXScript Cheat Sheet 1/2
{{id}} {{{paragraph}}}
3 DATS 3ds Max Training MAXS cript Cheat Sheet 1/2. How and where to enter commands MAXS cript Listener MAXS cript>MAXS cript Listener or F11 ARRAYS (= collection of values and objects of arbitrary types). MAXS cript Editor MAXS cript>New Script a = #( $Box01, $Box02, $Box03 ) array definition with three objects evaluate with CTRL-E or Tools>Evaluate All returns number of elements in array Selecting objects, $ and wildcards a [1].renderable = false access elements of array with brackets [ ]. $ current selection Random Values $Box01 object with the name Box01 . $. = random 0 10 random value between 0 and 10 (integer). select $Box01 select object with the name Box01 . $ = random random height between 2 and 5 (float). $Tile* objects whose names start with Tile . $.rotation = random z rotation (enter as one line).
MAXScript Cheat Sheet 1/2 3DATS 3ds Max Training 03/2010 compiled by Markus Boos project|gemini VFX Technical Direction relief7@projectgemini.net http://www ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}