1
[Max] I need help! / Re: EXR Output with Network Rendering
« on: 2025-04-16, 10:50:14 »
Hi,
I was pretty sure that no one will answer to this, so I will do. It's a 3ds Max design flaw when it comes to network rendering because the EXR settings are stored locally, they do not get part of the scene (same applies to other output formats btw.). The relevant file is 'fOpenEXR.cfg' in the plugcfg directory in this case.
My personal solution is to always use "Automatically Add/Remove Render Elements [...]" when setting up the output and having a script as (one of the) prerender scripts that sets AutoAddRenderelements to 'true' on every node when the render job starts. It would not help you if adding the elements manually (and defining different output formats (16/32bit accuracy) though, but you get the point. Also see
https://forum.corona-renderer.com/index.php?topic=25686.0
This and other issues can either be solved by Autodesk (well...unlikely) by storing the output file settings in the scene, or by Chaos if implementing their own output system for Corona. Currently it uses the output system of 3ds Max.
Good Luck
I was pretty sure that no one will answer to this, so I will do. It's a 3ds Max design flaw when it comes to network rendering because the EXR settings are stored locally, they do not get part of the scene (same applies to other output formats btw.). The relevant file is 'fOpenEXR.cfg' in the plugcfg directory in this case.
My personal solution is to always use "Automatically Add/Remove Render Elements [...]" when setting up the output and having a script as (one of the) prerender scripts that sets AutoAddRenderelements to 'true' on every node when the render job starts. It would not help you if adding the elements manually (and defining different output formats (16/32bit accuracy) though, but you get the point. Also see
https://forum.corona-renderer.com/index.php?topic=25686.0
This and other issues can either be solved by Autodesk (well...unlikely) by storing the output file settings in the scene, or by Chaos if implementing their own output system for Corona. Currently it uses the output system of 3ds Max.
Good Luck