[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48625] trunk/blender/source/blender/ compositor/operations/COM_ScreenLensDistortionOperation.cpp: Adjusted margin of the lens distortion

Jeroen Bakker j.bakker at atmind.nl
Thu Jul 5 10:33:18 CEST 2012


Revision: 48625
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48625
Author:   jbakker
Date:     2012-07-05 08:33:17 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Adjusted margin of the lens distortion

Modified Paths:
--------------
    trunk/blender/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp

Modified: trunk/blender/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
===================================================================
--- trunk/blender/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp	2012-07-05 06:34:31 UTC (rev 48624)
+++ trunk/blender/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp	2012-07-05 08:33:17 UTC (rev 48625)
@@ -232,7 +232,7 @@
 		return true;
 	}
 
-#define MARGIN 64
+#define MARGIN 96
 
 #define UPDATE_INPUT \
 		newInput.xmin = MIN3(newInput.xmin, coords[0], coords[2]); \




More information about the Bf-blender-cvs mailing list