projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Adjusted margin of the lens distortion
[blender.git]
/
source
/
blender
/
compositor
/
operations
/
COM_ScreenLensDistortionOperation.cpp
diff --git
a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
index c1ad2efc384b0660006f1f7478cf06db31380b3a..7ae5c3853717a72dc3f2047ad163c427ff87b46a 100644
(file)
--- 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]); \