blender/intern/cycles/util
Sergey Sharybin dc3563ff48 Cycles: Implement camera zoom motion blur
Works totally similar to camera motion blur and majority of the changes are
related on just passing extra arguments to sync() functions.

Couple of things still to look into:

- Motion pass will not include motion caused by the zoom.
- Only perspective cameras are supported currently.
- Motion is being interpolated on projected coordinates, which might give
  different results from constructing projection matrix from interpolated
  field of view.

  This could be good enough for us, but we need to consider improving this
  at some point.

Reviewers: juicyfruit, dingto

Reviewed By: dingto

Differential Revision: https://developer.blender.org/D1383
2015-07-21 17:40:03 +02:00
..
CMakeLists.txt CMake: picky style edit 2015-02-19 07:15:00 +11:00
util_algorithm.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_aligned_malloc.cpp Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util_aligned_malloc.h Cycles: Use size_t for aligned allocator 2015-02-19 22:19:29 +05:00
util_args.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_atomic.h Cycles: Code cleanup, spaces around keyword and brace 2015-06-01 19:49:52 +05:00
util_boundbox.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_cache.cpp Cleanup: Remove support for Boost filesystem 2. 2015-02-18 13:49:49 +01:00
util_cache.h Cycles: Fix crashes when loading cache created with pre-leaf split builds 2015-04-29 15:48:49 +05:00
util_color.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_debug.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_foreach.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_function.h Cycles: Correction to previous commit: non-msvc compilers also should use nullptr 2015-03-30 15:17:09 +05:00
util_guarded_allocator.cpp Cycles: Implement guarded allocator for STL classes 2015-02-15 02:01:48 +05:00
util_guarded_allocator.h Cycles: Minor code style cleanup, whitesaces 2015-06-28 18:15:25 +02:00
util_half.h Cycles: fix compilation on 32-bit Windows for half-floats 2015-05-10 19:06:43 +00:00
util_hash.h Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util_image.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_list.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_logging.cpp Cycles: Be ready for gflags namespace auto-detect 2015-01-01 01:31:08 +05:00
util_logging.h Cycles: Fully support WITH_CYCLES_LOGGING option 2015-01-01 01:31:07 +05:00
util_map.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_math_fast.h Cycles: Fix for wrong clamp usage in fast math 2015-05-06 00:01:40 +05:00
util_math.h Fix T44548: Cycles Tube Mapping off / not compatible with BI 2015-04-30 14:27:16 +05:00
util_md5.cpp Cleanup: cycles whitespace 2014-11-08 13:37:42 +01:00
util_md5.h Cycles OSL: refactoring and fixes 2012-11-03 14:32:13 +00:00
util_opengl.h Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
util_optimization.h Cycles: And yet another compilation fix after half-float commit for clang. 2015-05-10 19:32:32 +00:00
util_param.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_path.cpp Cleanup: Remove support for Boost filesystem 2. 2015-02-18 13:49:49 +01:00
util_path.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_progress.h Cycles: Report total and render time to the log 2015-06-17 14:07:51 +02:00
util_set.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_simd.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_simd.h Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util_sseb.h Cycles: add better specializations for SSE shuffle function and few more wrappers. 2015-03-07 17:25:21 +00:00
util_ssef.h Cycles: add better specializations for SSE shuffle function and few more wrappers. 2015-03-07 17:25:21 +00:00
util_ssei.h Cycles: add better specializations for SSE shuffle function and few more wrappers. 2015-03-07 17:25:21 +00:00
util_stats.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_string.cpp Cycles: Remove TM / R and whitespace from OpenCL device names. 2015-05-21 23:43:18 +02:00
util_string.h Cycles: Remove TM / R and whitespace from OpenCL device names. 2015-05-21 23:43:18 +02:00
util_system.cpp Cycles: Remove TM / R and whitespace from OpenCL device names. 2015-05-21 23:43:18 +02:00
util_system.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_task.cpp Cycles: Code cleanup, prepare for strict C++ flags 2015-03-27 18:23:31 +05:00
util_task.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_thread.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_time.cpp Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util_time.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_transform.cpp Cycles: Make transform from viewplane a generic utility function 2015-04-10 15:53:14 +05:00
util_transform.h Cycles: Implement camera zoom motion blur 2015-07-21 17:40:03 +02:00
util_types.h Initial compilation support with C++11 featureset enabled 2015-03-13 16:47:40 +05:00
util_vector.h Cycles: Add assert to an array at() function to be sure we don't have bad memory access 2015-06-28 18:15:25 +02:00
util_view.cpp Cycles: Number keys 0-3 can be used in interactive mode now to set max bounces. 2015-06-01 19:56:36 +05:00
util_view.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_xml.h Cycles: Fix compilation error when OIIO is compiled with external PugiXML parser 2015-01-01 01:31:07 +05:00