Automation toolkit is basically impossible to download unless you have an enterprise license. This is part of Adobe's effort to eliminate any sort of automation or efficiency in game development (i guess we should be glad they're not charging 30k a year for it anymore) You can use the in editor scripting API to do quite a…
Soulburn scirpts is definitely something that you might want to check out, but most of them linked to one another, so sometime you cant simply extract one that you need (if you don't want to install all of the collection) What about just using simple script like this?( xPvt = $.min.x -- can change to: $.min.x / $.max.x /…
A few Maxscripts that help with this. They're not perfect, but will help you get there. In order by age: http://www.scriptspot.com/3ds-max/scripts/polyquad http://www.scriptspot.com/3ds-max/scripts/quadrifyall http://www.scriptspot.com/3ds-max/scripts/detriangulator http://www.scriptspot.com/3ds-max/scripts/quadrangulate…
hi, thanks for the replies. i've read the tutorial and tried selecting the edges but when i run the script nothing happens. to 'run' the script i downloaded the text, opened the maxscript window and pasted in the code, then saved as new script. i then select my edges, run script (i.e. click on 'Maxscript' menu and then on…
SP 2.5.0 Substance Painter 2.5 is here! Main new things to look for are Opacity Support for the brushes, Color Management, Text Input Support, Shader improvements, 8k baking and loads of new scripting capabilities. More info on these new features in our blogpost. And here goes one of the longest changelog in Substance…
No it works on vertices. But like I mentioned, converting selections in Maya is easy. You have a foldout menu for this under Modify. Or just ctrl+f9/f10/f11/f12. Actually I think the script does produce some result if you were to run it with faces selected. I managed to do this myself by mistake and oddly enough it…
Hey, what's up guys! Is anyone here as annoyed as I am about having to waste time to save out files from Photoshop In a boring tedious way many times a day? Poops solution about making "actions" is nice, but unfortuantely wasn't working for me, since I could be having a number of projects rollin' simultaniously and I was…
I recall there were some rumors they were going to do some scripted option or something. I have some older version and it's best hand painting soft I ever used . Still use my ancient Painter license just because there is an obscure blender 2.5 addon that reads 32 bit depth buffer from uncompressed Painter riff files. But…
One max script I could not live without is 3-point align. Arrimus did a youtube video on how to use the script here > https://www.youtube.com/watch?v=zadzUI9CJUs Script > http://www.breidt.net/scripts/index.html#3ptalign I highly recommend the script to any max users out there. You can set it to your quad menu, super easy…
If you're stuck with an older version, you will likely have to do it with script controllers and some helper scripts to control their values en masse. You can have time offset on the variables you define in your script controller. Alternatively, you can use "at time x" in the script controller's body (slower performance,…