I see all sorts of ways to ADD things to a file name via tokesns, but not seeing how to delete them.
AFAIK, all the options in the “Name” dropdown under the save tab of the render settings have numbers after them, so like Name0001.TIF, etc.
I don’t want the frame number, though. I have child takes set to a particular frame number to generate a custom poster frame for each video, so there are no other frames being output, and it’s just extra and unnecessary characters in the title.
Basically, I have project, then take name as a title, and that’s all I want, so:
./$prj_$take
What I want it to output is:
ProjectName_TakeName.jpg
What I’m getting is:
ProjectName_TakeName0488.jpg
Is there a way to get it to skip the frame number in the file name?