From 5e0f7467e9cc483a6fcf3ac352f4fad57f3549e3 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Thu, 5 Jul 2012 08:33:17 +0000 Subject: Adjusted margin of the lens distortion --- .../blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp index c1ad2efc384..7ae5c385371 100644 --- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp +++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp @@ -232,7 +232,7 @@ bool ScreenLensDistortionOperation::determineDependingAreaOfInterest(rcti *input return true; } -#define MARGIN 64 +#define MARGIN 96 #define UPDATE_INPUT \ newInput.xmin = MIN3(newInput.xmin, coords[0], coords[2]); \ -- cgit v1.2.3