Blender Git Commit Log

Git Commits -> Revision 6e93e33

Revision 6e93e33 by Brecht Van Lommel (master)
April 5, 2012, 15:17 (GMT)
Cycles: add rejection of inf/nan samples, in principle these should not happen
but this makes it more reliable for now.

Also add an integrator "Clamp" option, to clamp very light samples to a maximum
value. This will reduce accuracy but may help reducing noise and speed up
convergence.

Commit Details:

Full Hash: 6e93e3329427390c35fb93b2c5add8a639671bb6
SVN Revision: 45428
Parent Commit: 5d0bfc0
Lines Changed: +72, -2

8 Modified Paths:

/intern/cycles/blender/addon/properties.py (+7, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+1, -0) (Diff)
/intern/cycles/blender/blender_sync.cpp (+2, -0) (Diff)
/intern/cycles/kernel/kernel_accumulate.h (+44, -0) (Diff)
/intern/cycles/kernel/kernel_path.h (+4, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+7, -1) (Diff)
/intern/cycles/render/integrator.cpp (+5, -1) (Diff)
/intern/cycles/render/integrator.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021