Skip to main content
Kelly Anderson
Inspiring
June 21, 2016
Question

render a tif frame without frame number

  • June 21, 2016
  • 1 reply
  • 777 views

Hello,

I'm trying to render a comp work area, which is 1 frame, as a tif.  Is there a way to set the render to not add the frame number?

So, instead of the file name being compName_00000.tif

I want it to be compName.tif

thanks,

Kelly

This topic has been closed for replies.

1 reply

Legend
June 28, 2016

From what I can see, you cannot set an image sequence to render without having the Current Frame Number "[######]" property in place. You can however replace the names afterwards via ExtendScript.

Pg. 54 of the JavaScript Tools CC.pdf

fileObj.rename(name);

Kelly Anderson
Inspiring
July 13, 2016

Thanks for your response David.  I will try this in the future.

Kelly