Blender Git Loki
Git Commits -> Revision 1e0c4ac
June 4, 2016, 19:54 (GMT) |
Cycles: Separate the render result for selective denoising This commit finally implements the selective denoising pass writing. With this commit, the denoising feature passes and therefore the changes to the regular Cycles kernels should be finished. |
Commit Details:
Full Hash: 1e0c4acb29d3e3f78bbe93a413f73762cec3188f
Parent Commit: 5f97b51
Lines Changed: +88, -5
6 Modified Paths:
/intern/cycles/blender/blender_session.cpp (+13, -4) (Diff)
/intern/cycles/kernel/kernel_accumulate.h (+23, -0) (Diff)
/intern/cycles/kernel/kernel_passes.h (+27, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+22, -1) (Diff)
/intern/cycles/render/film.cpp (+2, -0) (Diff)
/intern/cycles/render/film.h (+1, -0) (Diff)
/intern/cycles/kernel/kernel_accumulate.h (+23, -0) (Diff)
/intern/cycles/kernel/kernel_passes.h (+27, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+22, -1) (Diff)
/intern/cycles/render/film.cpp (+2, -0) (Diff)
/intern/cycles/render/film.h (+1, -0) (Diff)