Blender Git Commit Log

Git Commits -> Revision e29a45b

Revision e29a45b by Thomas Dinges (master)
February 10, 2014, 20:46 (GMT)
Cycles: Separation of Indirect and Direct clamping.

Indirect and Direct samples can now be clamped individually. This way we can clamp the indirect samples (fireflies), while keeping the direct highlights.
Example render: http://www.pasteall.org/pic/show.php?id=66586

WARNING: This breaks backwards compatibility. If you had Clamping enabled in an old file, you must re-enable either Direct/Indirect clamping or both again.

Reviewed by: brecht
Differential Revision: https://developer.blender.org/D303

Commit Details:

Full Hash: e29a45b396ccf507d858ec4afc301bdaf816b328
Parent Commit: e920206
Lines Changed: +77, -43

10 Modified Paths:

/intern/cycles/app/cycles_xml.cpp (+2, -1) (Diff)
/intern/cycles/blender/addon/properties.py (+12, -3) (Diff)
/intern/cycles/blender/addon/ui.py (+2, -1) (Diff)
/intern/cycles/blender/blender_sync.cpp (+2, -1) (Diff)
/intern/cycles/kernel/kernel_accumulate.h (+40, -27) (Diff)
/intern/cycles/kernel/kernel_path.h (+4, -4) (Diff)
/intern/cycles/kernel/kernel_types.h (+3, -1) (Diff)
/intern/cycles/render/film.cpp (+4, -1) (Diff)
/intern/cycles/render/integrator.cpp (+6, -3) (Diff)
/intern/cycles/render/integrator.h (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021