Replies: 1 comment 8 replies
-
I don't quite understand the point of either of those. Wouldn't looping through the input files multiple times create duplicate output files? And the randomization would create the same output files just in a different order each time. The only possible use-case I can come up with (but not really justify), is if you have multiple smart objects and you want every possible combination, but randomization wouldn't exactly guarantee that. It would have the same duplicate outputs issue, I think. I didn't spend a long time thinking about it but I couldn't come up with a scenario where either make sense? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, hello and thank you for this brilliant script, been trying to get one for months now to no avail, so thank you for saving up much of my time.
I would ask if it would be easy to modify it a tiny bit, to loop for a specified number of iterations while fetching random images from each input folder instead of going linearly until all files in the folder have been placed.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions