Blender Git Commit Log
Git Commits -> Revision 3f94371
August 8, 2016, 19:10 (GMT) |
Cycles: Add denoising option to the Cycles Standalone executable To use it, call it with "./cycles --denoise --samples <sample number> --output <denoised_file.png> <rendered_image.exr>". You need to enter the sample number that the image was rendered with - others will work as well, but might produce artifacts. The input image can be generated by rendering with "Keep denoising data" enabled (denoising itself isn't needed) and saving the result as Multilayer EXR. For now, this is mainly useful for quicker testing without re-rendering and profiling, not so much for regular users. However, the next step will be to implement inter-frame denoising for animations, which will provide a significant quality boost. |
Commit Details:
Full Hash: 3f94371a36291843510676040de6ec1c23ac2b49
Parent Commit: ffea3f5
Lines Changed: +328, -20
3 Added Paths:
/intern/cycles/app/cycles_denoising.cpp (+228, -0) (View)
/intern/cycles/app/cycles_denoising.h (+28, -0) (View)
/intern/cycles/app/cycles_standalone.h (+45, -0) (View)
/intern/cycles/app/cycles_denoising.h (+28, -0) (View)
/intern/cycles/app/cycles_standalone.h (+45, -0) (View)