help
how can I select *.jpg and *.png both in extension?
I've tried this but now working
Because my workflow can't use psd. Everything read PSD in my workflow will pop-up a error message window, and stop my following queue.
You can use the JDCN_AnyFileListHelper node to filter out the extentions
Just put extentions separated by COMMA ( , ) in the search box
You can use the JDCN_AnyFileListHelper node to filter out the extentions
Just put extentions separated by COMMA ( , ) in the search box
What if I need to random pick one image from X floder? Only the jpg and png files.
Add two more nodes to have a random file path
JDCN_ListToString -- JDCN_StringManipulator
with these following settings for the StringManipulator Node:
So the Following Full graph will act like your custom filter of JPEG and png files
Put the folder X in the First AnyFileList node, after process it will pick one image randomly by the stringmanilpulator in the end
Here's your Json File too.
THANK YOU, I try it later.
Add two more nodes to have a random file path
JDCN_ListToString -- JDCN_StringManipulator
with these following settings for the StringManipulator Node:
So the Following Full graph will act like your custom filter of JPEG and png files
Put the folder X in the First AnyFileList node, after process it will pick one image randomly by the stringmanilpulator in the end
Here's your Json File too.
I've copy the workflow in my workflow like this:
the main problem is I need to pick 3 different images one time, but the index number seems same in every queue, so the workflow alway pick one same image. How can I meke it? Thank u~




