Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Feature Requests => Topic started by: SHIFT on 2021-01-15, 13:03:33

Title: CIE frame numbering change
Post by: SHIFT on 2021-01-15, 13:03:33
Hi,
i wonder if there is a way to set thte corona image editor batch, so it puts the frame-numbering at the end of the filename instead of the render-element name.
Most programms read sequences only with numbering at the end.

Regards, Stefan

Title: Re: image editor batch
Post by: maru on 2021-01-15, 14:22:23
We already have this logged as a feature request. Sorry, but no timeframe when to expect it yet.

(Internal ID=312723127)

The only workaround I can currently recommend is using an existing tool for renaming your files, or using a batch script for this, instead of doing it manually.
I am attaching a simple script which can rename files in the folder where it is placed from the following format:
first_second_third.png
to:
first_third_second.png
​
​So for example this file:
Post_Frame0001_Alpha.png
will be renamed to:
Post_Alpha_Frame0001.png
​
This will only work for files consisting of 3 keywords. If there are 2 or 4, it would have to be changed (for example in case of Post_Frane0001_CESSENTIAL_Direct.png).
If you decide to use it, I would definitely advise to experiment with a few files first, and make backups of the original files, just in case.

Title: Re: CIE frame numbering change
Post by: SHIFT on 2021-01-16, 12:08:09
Thanks a lot.
I use "bulk rename utility". Very comfortable tool.