Blender Git Loki
Git Commits -> Revision 063b52b
Revision 063b52b by Manuel Castilla (temp-compositor-fixes) September 19, 2021, 18:12 (GMT) |
Compositor: Add OIDN prefiltering option to Denoise node It's equivalent to the OpenImageDenoise prefiltering option in Cycles. See D12043. Prefilter modes: - None: No prefiltering, use when guiding passes are noise-free. - Fast: Denoise image and guiding passes together. Improves quality when guiding passes are noisy using least amount of extra processing time. - Accurate: Prefilter noisy guiding passes before denoising image. Improves quality when guiding passes are noisy using extra processing time. Reviewed By: #compositing, jbakker, sergey Differential Revision: https://developer.blender.org/D12342 |
Commit Details:
Full Hash: 063b52b7f283a191b72dd48a3dadfeeea5cf42e1
Parent Commit: 4d9a97a
Lines Changed: +344, -118
7 Modified Paths:
/source/blender/compositor/nodes/COM_DenoiseNode.cc (+28, -2) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.cc (+236, -109) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.h (+43, -7) (Diff)
/source/blender/editors/space_node/drawnode.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+25, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_denoise.c (+1, -0) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.cc (+236, -109) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.h (+43, -7) (Diff)
/source/blender/editors/space_node/drawnode.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+25, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_denoise.c (+1, -0) (Diff)