Ninja Dojo is an oraganized UI wrapper for all the ninja scripts and other mel scripts plus more. Feature List: * Ninja Mesh * Ninja UV * Ninja Fracture * Ninja Light * Ninja Rename * Ninja Assest * 3 Custom Shelfs which you can have each as a floating window. * A Mel manager which will automatically create a button for…
true that, I made a sloppy-ass script to toggle any layers named uv, uvs, or prefixed with tgl_ a little while ago. it's kinda slow since it checks for any instance within the base level or a rather than just one, but sometimes that's necessary. If you don't want that you can just change the 2 variables in the script so it…
Hi, I would like to share with you a hotkey managing application I've designed. LiteKeys is a hotkey manager for Windows operating systems designed to assign hotkeys for multiple keyboards connected to the computer. The original purpose of the LiteKeys is to improve ergonomics while working with graphics tablet. It allows…
I am using this awesome photoshopsript to export multiple .tga's from my psd, it even supports image resizing. It really speeds up my workflow http://www.markverkerk.nl/index.php/photoshop-scripts/
Software: nDo It's the best normal map maker I've use on Photoshop. It's a script that makes normal map from diffuse and you can control a lot of stuffs. Highly recommend! Price: FREE!!! Web: http://www.cgted.com/
ImageMagick http://www.imagemagick.org/script/index.php for some command line image processing!! As an example something like this would take 16 images and merge them into one 1024 image placed in 4x4 columns/rows montage *.tga -tile 4x4 -geometry 1024x1024 -background none output.tga
All are free: Linux - as a desktop it's faster than Windows when I use a light desktop environment like Xfce, very snappy and responsive. Bash shell - great for quick scripts (part of every Linux distro) ImageMagick - for manipulating many images quickly (convertion, watermarking, resizing, etc)