Blender Git Loki
Git Commits -> Revision 8ca5bbc
Revision 8ca5bbc by Sergey Sharybin (master) June 11, 2012, 10:25 (GMT) |
Fixed area of interest for black/white clipping, so now there should be no artifacts in the boundaries of tiles. Also added test blur operation which could potentially give better results than gaussian blur for keying. Not user yet, to enable uncomment like with USE_GAUSSIAN_BLUR in file COM_KeyingNode.cpp. |
Commit Details:
Full Hash: 8ca5bbcc148538adadf8fea801c9239616536a9a
SVN Revision: 47734
Parent Commit: 075b355
Lines Changed: +191, -0
2 Added Paths:
/source/blender/compositor/operations/COM_KeyingBlurOperation.cpp (+88, -0) (View)
/source/blender/compositor/operations/COM_KeyingBlurOperation.h (+48, -0) (View)
/source/blender/compositor/operations/COM_KeyingBlurOperation.h (+48, -0) (View)
6 Modified Paths:
/source/blender/compositor/CMakeLists.txt (+2, -0) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+25, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+2, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+2, -0) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+25, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+2, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+2, -0) (Diff)