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]); \

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to