Go to file
Brecht Van Lommel 7521ce083d Cycles: object motion blur enabled, so in addition to camera motion, moving
objects in the scene will also cause motion blur.

This change does come with a bit of a slow down to the CPU rendering kernel even
with motion blur disabled, due to extra overhead in handling of object matrices.
It's a few percentages on simpler scenes, not so noticeable on more complex ones.
With motion blur enabled rendering is of course also slower as would be expected,
though from testing especially GPU rendering handles it quite well.

This does not support motion blur from deforming objects yet, only translation,
scale and rotation. Deformation blur is probably for another release.
2012-10-16 10:48:19 +00:00
build_files another change needed for qtcreator project generator to work with ninja. 2012-10-15 14:26:14 +00:00
doc * Fix small bug in Python operator example; improved example of modal operator 2012-10-12 18:19:39 +00:00
extern Update to stable Eigen 3.1.1 2012-10-15 16:29:23 +00:00
intern Cycles: object motion blur enabled, so in addition to camera motion, moving 2012-10-16 10:48:19 +00:00
release Add BMesh and WM symmetrize operators 2012-10-15 23:50:09 +00:00
source Fix #32819: Crash when starting CUDA kernel compilation if UI translation is not "Default" 2012-10-16 10:29:34 +00:00
CMakeLists.txt OSX/cmake: after osl librenew with globals patch, forcing oiio is not longer needed 2012-10-11 10:15:37 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile style cleanup: 2012-10-10 23:44:07 +00:00
SConstruct add option to build without blenders default avi codec. 2012-10-08 02:51:42 +00:00