ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
"Many new selectioncommander-commands are available now. the commands.txt is in v6.2 and there are ca 140command-presets available. the selectioncommander is a script which manage and interpretates simple maxscript-like commands from the commands.txt. the command will be executed (if possible) for all selected objects...but you can also define commands which run without selected objects.
Takes any selection and deselects objects at random based on a weight - number or percentage. Good for selecting random objects from a set and then later applying modifiers or materials to them.
Submitted by Sergio Mucino on Fri, 2006-10-20 20:45
7
votes
A VERY simple script that checks for non-uniform scaled objects in your scene and prints them onto a script file for analysis. A rather simple utility I popped for one our guys.
"part of my job at acclaim involved checking other peoples files - sometimes lots of them. this involved going to a max directory - open a file - make a few tweaks - save it and then open the next one - and so on. the pain in the butt was that you had to keep up with what file you just opened and edited to know where in the list of files was the next one to open. erg!