Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Corona Goodies - User Contributions => Topic started by: Mohammadreza Mohseni on 2018-10-16, 20:22:17

Title: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2018-10-16, 20:22:17
⁣🔴 Corona Batch Image Editor GUI⁣

by: ©️ Mohammadreza Mohseni (https://www.instagram.com/mohseni.mr/)


🔵 This 3dsMax script can batch process images from different folders and with different file types (EXR and CXR) using config files that can be generated with Corona Image Editor or Corona frame buffer.⁣ So, basically, it is an official GUI for the corona image editor command line.


## Version 1.30
- 04/06/2021

### Added

- Compatibility with Corona Renderer 7, 6, and 5.
- Tested on 3dsMax 2022 and 2021.
- New Setup using MZP package file.

### Fixed

- Converting long path to short path for config files. (the issue that causes error and compatibility issue with corona 5 and above)

### Updated

- Now no need to define a config file. You may add 2,1 or even no config file.

### Note

- In previous versions, you need to define both LightMix or Post Process config files even if those were the same.


🔵 consider following me on Instagram (https://www.instagram.com/mohseni.mr/) or Facebook (https://www.facebook.com/mohamadreza.mohseni) if you find it useful.⁣
📧 you can contact me at mohamad.r.mohseni@gmail.com

🔗 download it from:⁣
https://mohseni.info/corona-batch-image-editor-gui/ (https://mohseni.info/corona-batch-image-editor-gui/)




Screenshot:
(https://i.imgur.com/rwbhkZw.png)
Title: Re: Corona Batch Image Editor GUI⁣
Post by: FlorianW. on 2018-10-17, 09:01:09
Download won't work!

(https://preview.ibb.co/eQosAf/A.jpg) (https://ibb.co/hjgCAf)
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2018-10-17, 11:24:01
Download won't work!

I have placed the download link on first post.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: FlorianW. on 2018-10-17, 12:59:53
Thanks alot!!!
Title: Re: Corona Batch Image Editor GUI⁣
Post by: SandrineC on 2018-10-29, 16:51:41
Question :)
It will be possible to edit it to depend on the name of the camera?
For exemple, if i have ten cameras whose have post and in lightmix Configuration for each of them, it might be heavy to pick each separated settings in each folder...

Mostly, when files are right name like namecamera.exr which depends on namecamera.conf

Tell me if it isn't clear for you
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2018-10-29, 17:33:05
Question :)
It will be possible to edit it to depend on the name of the camera?
For exemple, if i have ten cameras whose have post and in lightmix Configuration for each of them, it might be heavy to pick each separated settings in each folder...

Mostly, when files are right name like namecamera.exr which depends on namecamera.conf

Tell me if it isn't clear for you

great idea. I will add a naming pattern list with different conf file in the next version which can support your idea and can have many different usages as well.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: SandrineC on 2018-10-29, 22:29:06
:-) Very excited to see that
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2018-11-04, 19:57:13
:-) Very excited to see that

just added to the first post.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2018-11-11, 12:02:42
add a video to first post

https://www.youtube.com/watch?v=kzy2JL4omWM (https://www.youtube.com/watch?v=kzy2JL4omWM)

Title: Re: Corona Batch Image Editor GUI⁣
Post by: SandrineC on 2019-02-01, 17:25:08
Brillant ! Thanks you !
Title: Re: Corona Batch Image Editor GUI⁣
Post by: NicolasC on 2021-03-12, 09:44:19
Hello :)

Any chance to get a similar tool for next Corona release, please ?
I don't seem to find this one anywhere, and anyway, I suspect it wouldn't be compatible anymore with latest Corona version ...

Thanks a lot.

Regards.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2021-03-13, 06:01:17
Hello :)

Any chance to get a similar tool for next Corona release, please ?
I don't seem to find this one anywhere, and anyway, I suspect it wouldn't be compatible anymore with latest Corona version ...

Thanks a lot.

Regards.

I have offered the simple source code of this tool to the Corona Team for free to bundle it with corona or alter it in any way they want back in 2018. but because some part of the UI has been written with .NET controls, the script has not been considered as something to bundle with corona. 
I do hope we will see a way better tool for this purpose in Corona soon.

I am currently working on my website in my free time to put my script in it I will share the script there when it is ready and notify you here.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: NicolasC on 2021-03-13, 15:04:10
Hello Mohammadreza :)

Thank you for your detailed answer feedback !

Regards.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2021-04-06, 10:45:07
I have edited the script and now is fully functional with newer versions of Corna (up until the recent corona 7 daily builds).
the issue was very simple, the corona image editor cmd does not accept long names with space in it for the config file. you can set output and input files without issue but the config file would not accept the normal file paths. which is really weird and messed up, especially it is not easy to convert a long path to 8.3 dos format for a short path using maxscript or even .Net API. I do not know why the Corona team does change these. it would be very inconvenient for users even in a command-line environment to convert the path every single time that want to use the corona image editor command-line tool.


Why change something that works to something with lots of issues?

anyway, I will upload the newer version of the script today on my website and share it here too.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2021-04-06, 22:36:59
🔰This script has been updated to version 1.30

🟠 more info and download link:
🌐 https://mohseni.info/corona-batch-image-editor-gui/ (https://mohseni.info/corona-batch-image-editor-gui/)

also, the first post has been updated with the download link.


Changelog:
## Version 1.30
- 04/06/2021

### Added

- Compatibility with Corona Renderer 7, 6, and 5.
- Tested on 3dsMax 2022 and 2021.
- New Setup using MZP package file.

### Fixed

- Converting long path to short path for config files. (the issue that causes error and compatibility issue with corona 5 and above)

### Updated

- Now no need to define a config file. You may add 2,1 or even no config file.

### Note

- In previous versions, you need to define both LightMix or Post Process config files even if those were the same.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: o.peiro on 2021-04-07, 09:56:47
Thanks mohamadreza
great Script
Title: Re: Corona Batch Image Editor GUI⁣
Post by: NicolasC on 2021-04-08, 11:05:55
🔰This script has been updated to version 1.30

🟠 more info and download link:
🌐 https://mohseni.info/corona-batch-image-editor-gui/ (https://mohseni.info/corona-batch-image-editor-gui/)

also, the first post has been updated with the download link.


Changelog:
## Version 1.30
- 04/06/2021

### Added

- Compatibility with Corona Renderer 7, 6, and 5.
- Tested on 3dsMax 2022 and 2021.
- New Setup using MZP package file.

### Fixed

- Converting long path to short path for config files. (the issue that causes error and compatibility issue with corona 5 and above)

### Updated

- Now no need to define a config file. You may add 2,1 or even no config file.

### Note

- In previous versions, you need to define both LightMix or Post Process config files even if those were the same.

Wow thanks a lot !!

EDIT: I made a little donation afterwards, I forgot to do it at first download ;)
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2021-04-10, 08:22:04
Wow thanks a lot !!

EDIT: I made a little donation afterwards, I forgot to do it at first download ;)

Thanks, Nicolas, it is kind of you. appreciate it.
Title: Re: Corona Batch Image Editor GUI⁣
Post by: Mohammadreza Mohseni on 2021-04-10, 08:22:35
Thanks mohamadreza
great Script
Thanks Omid.