I just had an idea, and i really hope someone has had the same idea before and created a script for it.
so yeah, It would be INSANELY useful if you could save all the renderoutputs to a single .psd file (and possibly even open that automatically in photoshop)
a lot of times im baking my high poly and i might have up to 5 render to texture outputs, and it would be just the best thing if i could save all those in to a single .psd file instead of having to clutter my HDD with millions upon millions of tga files
Replies
It would be possible to write a script which saves to .tga, opens PS, opens each .tga in separate layers, deletes .tga files and asks you to save the .psd.
Not sure how to send the information from python to java script though..
But I guess you could tell python to start an autohotkey script which handles that.
Anyway, pretty useful idea Olli - I might look into it (no promises)!
@joakim: Just run photoshop as a subprocess and pass a jsx script as an argument. Photoshop will run that when it starts up. Something like this in console: