i seem to recall a while back someone posting a photoshop script that would take and export out folders as seperate files based on the folder name
say i have a file with 50 folders in its layers, in each folder theres like 2 or 3 layers
i would like to save these all out as .dds with each one named the same as the folder. anyone remember anything like that?
Replies
I also found this:
http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/
it saves out as PNGs but I'm sure you can modify to save as other formats.
sure you could first save them out as tga and batch convert to DDS.
i used the vTools Folder Exporting heavily on a project (around 40-60 folders) - but as its scripted, it can take an awufully long time to process everything. maybe anyone comes up with something better.
You just need to replace the TGA part with that and change the "filename.dds" part with the corresponding variable. ( something like [ docRef.path + "/" + tempDoc.name + ".dds" ] )
vSavePSDTGA and vQuickPSDTGA are the ones you want
is old but works in my PS cs5 fine
edit didnt notice someone already mentioned vtools