Page 1 of 1

Changing to a 4 digit number sequence?

PostPosted: Fri May 13, 2016 10:32 am
by Travelling Matt
Hi

I have an image sequence that starts at 0000 and runs through to 0070. I want to change the file name but my image sequence becomes a 3 digit number for the first 9 images like this:

001
002
003
etc

How do I add an extra 0 for the first 9 images so that it looks like this:

0001
0002
0003
etc

Many thanks

Re: Changing to a 4 digit number sequence?

PostPosted: Sun May 15, 2016 2:36 pm
by therube
(Without looking at the help, I expected "Pad" to be a pad mask but it is not.)


10:Numbering

Start 1
Incr 1
Pad 4

(adjust as needed)
(It's the Pad 4 that you're needing.)

Re: Changing to a 4 digit number sequence?

PostPosted: Mon May 16, 2016 7:12 am
by Travelling Matt
Thanks therube, I'll take a look at it.