Blender Git Loki
Git Commits -> Revision 5d3e078
Revision 5d3e078 by Sergey Sharybin (master) October 13, 2015, 16:05 (GMT) |
Cycles: Add support for motion blur position This adds an option to control at what time relative to the current frame the shutter is fully opened. Supported options are: - Shutter is starting to open at the current frame - Shutter is fully opened at the current frame - Shutter is fully closed at the current frame Custom shutter time offset is possible, same as custom curve for shutter openness but those are considered nice things to have rather than something crucial. Reviewers: juicyfruit, dingto Subscribers: venomgfx, hjalti Differential Revision: https://developer.blender.org/D1380 |
Commit Details:
Full Hash: 5d3e07862cceb7dc356e30b061dec065e57a7d03
Parent Commit: ccbf483
Lines Changed: +80, -6
7 Modified Paths:
/intern/cycles/blender/addon/properties.py (+12, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+6, -3) (Diff)
/intern/cycles/blender/blender_camera.cpp (+19, -0) (Diff)
/intern/cycles/blender/blender_object.cpp (+23, -1) (Diff)
/intern/cycles/blender/blender_sync.cpp (+6, -1) (Diff)
/intern/cycles/render/camera.cpp (+1, -0) (Diff)
/intern/cycles/render/camera.h (+13, -1) (Diff)
/intern/cycles/blender/addon/ui.py (+6, -3) (Diff)
/intern/cycles/blender/blender_camera.cpp (+19, -0) (Diff)
/intern/cycles/blender/blender_object.cpp (+23, -1) (Diff)
/intern/cycles/blender/blender_sync.cpp (+6, -1) (Diff)
/intern/cycles/render/camera.cpp (+1, -0) (Diff)
/intern/cycles/render/camera.h (+13, -1) (Diff)