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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user