From 5c3426638389e25e96a17f4efdf7efdf0dfaed2d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 14 May 2015 23:35:19 +0500 Subject: [PATCH] Cycles: Enable camera motion blur in split kernel for Intel/NVidia It's good for testing and seems to work quite reliably here. This probably not totally cheap in terms of performance, but this we could solve quite easily by selective kernel compilation once other things are tested/proved to be reliable. --- intern/cycles/kernel/kernel_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h index 473e6bb2af5..7108d7b6ed9 100644 --- a/intern/cycles/kernel/kernel_types.h +++ b/intern/cycles/kernel/kernel_types.h @@ -110,6 +110,7 @@ CCL_NAMESPACE_BEGIN # define __LAMP_MIS__ # define __AO__ # define __HAIR__ +# define __CAMERA_MOTION__ # endif #endif @@ -150,6 +151,7 @@ CCL_NAMESPACE_BEGIN # define __LAMP_MIS__ # define __AO__ # define __HAIR__ +# define __CAMERA_MOTION__ # endif #endif