Blender Git Commit Log

Git Commits -> Revision fc6b04d

January 28, 2021, 13:32 (GMT)
EEVEE: Depth Of Field: Add new jittered Dof

This is a new method to increase quality of the Depth of field.

This works by jittering the camera for every sample. This needs a lot of
samples to converge to something smooth. The new overblur parameter is
introduced to blur each sample to make it noisefree faster at the cost
of accuracy.

Commit Details:

Full Hash: fc6b04d4e33a473d9f37f26fe35ad33ed05a4e58
Parent Commit: 4b04818
Lines Changed: +124, -3

8 Modified Paths:

/release/scripts/startup/bl_ui/properties_render.py (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+1, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_depth_of_field.c (+79, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+7, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_temporal_sampling.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+17, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021