I'd kill for someone to write me an extensible photoshop script that would work along the lines of what we had at my old job. Any layer named DIFFUSE (case sensitive) would automatically be saved as NAME_diffuse.dds, where NAME comes from the group that DIFFUSE is a member of (it throws an error if its not in a group). You…
Thank you Eric! That vTools script was exactly what I was looking for! I've passed it on to a half dozen others today that have been equally as appreciative. Awesome find.
glib, check out PS-Scripts Forum. Also, vTools, it saves TGAs automatically using group name conventions. Could probably be amended to save DDS. We have a custom GUI app here at work that batch converts to DDS with various options, and saves the settings per src image, pretty helpful. It's designed to use the Nvidia batch…