Hi,
I'm writing a script where I need to get the file path of my render on a specific frame.
If I use Mental Ray, I can get the file path I need through using:
string $my_fileAttachment[] = renderSettings -lyr $my\_renderLayer -fp -gin $my\_frameNumber;
Unfortunately, when I use vRay, the information doesn't update... it doesn't change the img format or file prefix to reflect the vRay settings, giving me an incorrect filepath.
I've been trying to figure out if there's another command to get vRay render globals info, but haven't had much luck in my search. Any help would be much appreciated!!
Thanks so much,
Alexis