Blender Git Commit Log
Git Commits -> Revision 6a529e1
Revision 6a529e1 by Sergey Sharybin (master) October 27, 2015, 21:43 (GMT) |
Cycles: Support user-defined shutter curve Previously shutter was instantly opening, staying opened for the shutter time period of time and then instantly closing. This isn't quite how real cameras are working, where shutter is opening with some curve. Now it is possible to define user curve for how much shutter is opened across the sampling period of time. This could be used for example to make motion blur trails softer. |
Commit Details:
Full Hash: 6a529e14f4c25fc20b797799b602472d3a22a0f9
Parent Commit: c07c066
Lines Changed: +65, -10
6 Modified Paths:
/intern/cycles/kernel/kernel_camera.h (+6, -3) (Diff)
/intern/cycles/kernel/kernel_types.h (+4, -0) (Diff)
/intern/cycles/render/camera.cpp (+48, -2) (Diff)
/intern/cycles/render/camera.h (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+1, -1) (Diff)
/intern/cycles/util/util_math_cdf.cpp (+3, -3) (Diff)
/intern/cycles/kernel/kernel_types.h (+4, -0) (Diff)
/intern/cycles/render/camera.cpp (+48, -2) (Diff)
/intern/cycles/render/camera.h (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+1, -1) (Diff)
/intern/cycles/util/util_math_cdf.cpp (+3, -3) (Diff)