I have files that need to be load depending of the frame. I created wrangle with list of file name. But I don't know how to "send " my names into file node name attribute.
Anyone can help with this? Thx
string fileName[] = {'$HIP/file/F001.obj', '$HIP/file/F025.obj', '$HIP/file/F75.obj'}; s@fileName = fileName[@Frame-1];