Release 3.1
This release includes:
- Improvement: Validating if the frame counter is all of digits, not symbols.
- New feature: Detection of the frame counter after the delimiter specified by the
frdelim
setting, by default the delimiter symbol is.
.
This feature lets you encode the sequences named like this:Renderout.0001.puzzleMatte.exr
. This detection runs if the search for the counter in the end of the filename failed. If it is set to empty string (the setting string isSET "frdelim="
) then this detection is skipped. SendTo looks for the first inclusion of the delimiter and validates if the following symbols are digits. It will consider only the number of symbols specified by thefrcounter
setting, default is4
. - New feature: New setting
divline
for the UI divider string. You can shorten or customize it to suit your needs. - Bugfix: Fixed the Gif framerate bug, that was introduced since the release 3.0.
All changes since the release 3.0 are internal, so you can simply replace the files with the new ones.