Blender Git Commit Log

Git Commits -> Revision fb820c0

Revision fb820c0 by Thomas Dinges (master)
November 5, 2014, 21:49 (GMT)
Cycles: Add "Max Bounce" control for lamps

With this setting, we can limit the influence of a lamp to a certain amount of bounces.
0 = Only direct light contribution
1 = 1 light bounce
...

Differential revision: https://developer.blender.org/D860

You can find an example render in the release logs: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.73/Cycles

Commit Details:

Full Hash: fb820c063831a36b9780a8948219e0eb9ff27da2
Parent Commit: 53297e6
Lines Changed: +46, -12

9 Modified Paths:

/intern/cycles/blender/addon/properties.py (+6, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+2, -2) (Diff)
/intern/cycles/blender/blender_object.cpp (+2, -0) (Diff)
/intern/cycles/kernel/kernel_light.h (+13, -1) (Diff)
/intern/cycles/kernel/kernel_path_surface.h (+6, -3) (Diff)
/intern/cycles/kernel/kernel_path_volume.h (+8, -5) (Diff)
/intern/cycles/kernel/kernel_types.h (+1, -1) (Diff)
/intern/cycles/render/light.cpp (+7, -0) (Diff)
/intern/cycles/render/light.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021