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 ;)
Just curious if anybody figured out a way to crease all hard edges in Maya at once. The shelf script undoz made only works in Maya 2015 and I'm on Maya 2014. If anybody knows of such a script and can link it that would be appreciated :)
Hi guys, I wrote a script a couple of weeks ago that allows you to make chains over a curve that you draw. attached is a quick visual ref Find the script here: https://github.com/XJZeng/ChainMaker Hope this is useful to some of you. Cheers.
how do i have 3ds max record all my actions into a script? what i want to do is ahve 3ds max record all my actions, then go back into the generated script and radomize some values.