i understand what you want, and i dont think it will be easy to get results. mark
dependson has been replaced by named variables in max 8 – you need to create variables and assign maxobjects,controllers,nodes – the script is automat…
stuh505 – the $‘XXX’ is to include special characters and spaces in names eg… $box blah will not work for some object named “box blah” $‘box blah’ w…
And I’m with Galagast on delving into the SDK. It seems like the next logical step when you’ve got a pretty good handle on scripting, but I really don…
hi bobo, this is the first training dvd that has me reaching for my wallet – purchased this today can’t wait to get a look at it great stuff, lookin…
Of course if this script already exists… someone throw me a bone polyboost mark
this would almost definitly be to do with the scope of some of your variables – make sure that funcitons are defined before you call them and that var…
hi, i have no experiecne with marco scripts but from what i see from what others do, i dont think you can encrypt actual macroscripts – alll the scrip…
look into persistent global variables for variables that save and load with the scene to save the arrays i would use matrix3tabs in a parameter block…
hi what kind of script u want send the full description and also time when u want it to be done. it has already been done – i know cause i did it m…
hi, post a simple example scene displaying the problem and i will have a look at it and see if i can find the problem mark
have you declared variables? you need to tell the script controller when to update – previous to max 8 you did this with the dependson command – in m…
Btw, you have picked one of the most complex animation cases one could imagine… and doing well so far do you really think it is one of the most comp…
taken from the reference: [left][color=red][/color] [/left] [left][color=red]NEW in [/color][color=red]3ds Max[/color][color=red] [/color][color=red…
do you mean by script brad ? are you assgning the controllers through maxscript or just mannually you can get all the properties for script controll…