I need a button or something to save with one click all the rendered passes into the same specified files so they could be used by a script from other program or maybe just be saved as layers in psd file.
Somebody made a script for that but I haven’t found it for you.
i think I tried that script year ago or so . It saves into new names with 001, 002 ect pattern . I would prefer a layered psd or just into the same files which are being saved over older renders
Maybe you could edit the script. You might be able to script it in your paint program after the saved files were available.
If you’re running Photoshop (Which I assume to be the case if you want PSD files) then you could setup an autoscript that puts your renderings into a layered PSD file after you’ve run the Zscript to save the passes.
That’s why I want the passes files having the same names, not new ones after each new render. Would be just a little bit simpler and less routine
I guess you could take a look at zscript:
http://www.zbrushcentral.com/showthread.php?181514-Export-rendered-map
http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/
I know that if you have multiple layers and ZAppLink it to your paint program, you have those layers. But that’s different from what you’re saying (I know what you want). Seems as though skillful code could export them as one layered.psd file.?