Mon Jan 29, 2018 3:22 pm
I have a script where I load a couple of images in (img1In, img2In, img3In), process them and then output them (img1Out, img2Out, img3Out). For these 6 nodes (3 Loader and 3 Saver) I would like the Filename path to be somewhat dynamic, like "myFolder/subfolder/<clientname>/img01In.jpg", "myFolder/subfolder/<clientname>/img02In.jpg". So that I have one custom tool where I insert the string of the client and it's then evaluated in all the Loaders and Savers.
Is that possible in the prior mentioned or any other approach?
Thanks in advance.