Hi,
So I built a simple graph in Substance Designer, which takes 2 color image inputs, processes them for my desired result, and outputs 2 "finished" images. The 2 images can be considered a "set" and I have many of these sets of images.
Is it possible to use the Batch Tools to feed each "set" of input images to the graph and render my 2 output images in a large batch process? Each image would be named accordingly, i.e. IMG_001_diff.tif and IMG_001_spec.tif.
So grab the first set, IMG_001_*.tif, plug the corresponding *_diff.tif into proper input 1, and *_spec.tif into input 2, then render the output images. Repeat this process for each set within an input directory.
How could I do this?