constant length for frame numbers

Issue #348 resolved
Igor von Nyssen created an issue

When saving files with the frame number in the name, it could help keep the order in which the frames were saved if the frame number was saved with a consistent length for the frame number. Like 00001 instead of 1. It could be useful to introduce something like $$FRAMENR5$$ or $$FRAMENR10$ to designate 5 or 10 digit frame numbers.

Thoughts?

Comments (3)

  1. Stefan B repo owner

    Hi,

    as far as i can see the original FrameNr macro was intened to store it with 4 digits always, but in the meantime it looks like the preceding digits are not inserted anymore. So i would rather adjust the existing macro to the intended behavior instead of adding two new ones. with 5 or 10. When would you ever have a reason to have 10 digits?

  2. Igor von Nyssen reporter

    I can fix the original FrameNr. Easy to do. I’ll cancel the pull request and put one up for the fix.

  3. Log in to comment