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.
This commit is contained in:
Sergey Sharybin 2015-05-14 23:35:19 +05:00
parent 0a60c7d8ee
commit 5c34266383

@ -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