Production Ready deadline submitter and plug-in to denoise an EXR sequence using RenderMan's denoise tool. All parameters exposed.
- Thinkbox Deadline 10+
- Renderman 27+
- Python 3.7+
- Exr sequence with required AOVs
-
Clone the repository :
git clone https://github.com/LeoChabrier/deadline-renderman-denoiser.git
-
Copy to Deadline repository :
Copy custom folder directly to your repository root folder.
-
Optional :
In your Deadline monitor, go to Tools > Power User Mode > Configure Scripts Menus > Import Menus and import menu/RenderManDenoiser.menu to see the submitter in Submit > 2D/Compositing in your Deadline Monitor. Else it will appear directly into Submit > RendermanDenoiserSubmission
cd deadline-renderman-denoiser
./.scripts/Push-To-Repository.ps1-
When specifying the Frame List, you have to specify the real frame range of your EXRs sequence. Example : seq001_sh0010_rendering_main_v001.[1001-1010].exr will lead to 1001-1010 in Frame List parameter.
-
Ensure to respect industry standard frame pattern expected by denoise_batch.exe (.####.exr)
-
denoise_batch.exe is expecting lgt & lpe files to be in the same directory as the variance file is.
This project is licensed under the MIT License - see the LICENSE file for details.

