does this script allow you to draw splines using a wacom tablet? Eitherway, I'd like to know where I can get hold of this script? You make it look very useful :)
have you checked the search or a google search? anyway for the xth time - I can really recommend this script if you are working with 3dsmax http://www.scriptspot.com/3ds-max/scripts/max-retopo
thanks for all the replies, I looked for the script jeffro mentioned and its exactly what I'm looking for. cheers! I've begun my collection of scripts that cover all of max's main tools
Hey, if you open up the script editor (icon in the lower right) then go to script>echo all commands, it helps when you want to figure out what certain commands do.
Needed to make a new context sensitive script for max this morning and was able to write the entire script without reference for the first time since I started learning Maxscript.
You seem to ask for a lot of scripts :P Just fyi, even if there isn't a script for this it's completely doable in mel, just would take a day or two to put together.
There may be other scripts available, but something like this might work for ya. http://www.creativecrash.com/maya/script/convert-wrap-deformer-to-skincluster Converts wrap deformer to skin.
Have a look in the MaxScript User Reference, keywords 'Including Scripts within Scripts'. Basically it is the 'include' command. But Bobo describes it way better than I ever could ;)