I know zip about Maxscript, but Im having to import about a thousand and one models to do the exact same process over and over. I tried to macro record my actions but its too specific to each model..is there some super easy way to repeat a long series of actions that im just missing?
HALP!
Replies
Yes you can macro record commands, but most likely your task will include some specific things like only do this to object with this name or this property... in that case you would have to apply some context sensitive script.
But its kind of tricky to help you at this stage without much concrete input
This is for making collision models :
clone model
apply specific material to clone
apply vertex weld modifier
apply push modifier at 0.5
apply Pro-Optimise at 50% while preserving textures cords
apply Pro-Optimise again at 75% while preserving textures cords
done
thats it... thoughts?
Just do the described steps you just wrote and have it record the steps to the maxscript listener. Once you are done turn off the maxscript macro recording and copy the generated code and paste it here in this thread.
I will look at it, try to reproduce it at my PC and explain you step by step which parts of that macro recording are useful and how they should be copied to your script.
Deal?
I will do it in the morning.. now its time to go home and drink
And id / Doom 4 salutes you for TExTOOLs... dear lord thank you for that tool!
see maxscript help for options on any of the commands, you might want to put an offset in for cloneNodes, or add a step to move your object
the number or copies portion was giving me problems so I removed it. other than that I'm grateful on the help
if anything else doesn't work just let me know