From 071f4f4ce0b9520ab0c73d6d68365ad449ca8b80 Mon Sep 17 00:00:00 2001 From: Stefan Werner Date: Fri, 23 Nov 2018 13:08:15 +0100 Subject: Cycles: Improved robustness of hair motion blur. In some instances, the number of control vertices of a hair could change mid-frame. Cycles would then be unable to calculate proper motion blur for those hairs. This adds interpolated CVs to fill in for the missing data. While this will not necessarily result in a fully accurate reconstruction of the guide hair, it preserves motion blur instead of disabling it. Reviewers: #cycles, sergey Reviewed By: #cycles, sergey Subscribers: sergey, brecht, #cycles Tags: #cycles Differential Revision: https://developer.blender.org/D3695 --- source/blender/compositor/operations/COM_PreviewOperation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_PreviewOperation.cpp') diff --git a/source/blender/compositor/operations/COM_PreviewOperation.cpp b/source/blender/compositor/operations/COM_PreviewOperation.cpp index 91f3dc4e643..b00f92bf404 100644 --- a/source/blender/compositor/operations/COM_PreviewOperation.cpp +++ b/source/blender/compositor/operations/COM_PreviewOperation.cpp @@ -16,8 +16,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Contributor: - * Jeroen Bakker - * Monique Dewanchand + * Jeroen Bakker + * Monique Dewanchand */ #include "COM_PreviewOperation.h" -- cgit v1.2.3