Blender Git Commit Log
Git Commits -> Revision 6b13203
Revision 6b13203 by Sergey Sharybin (master) June 9, 2012, 17:15 (GMT) |
Changes to keying nodes: - Replace FastGaussian blur with GaussianBokeh blur which should give better results. - Changes a bit formula of saturation which in some cases gives better result. Also included (commented out) original formula which was also checked by Brecht and which gave better result in some other cases. - Made clipping white/black temporal dependent, so hopefully it wouldn't destroy gradients on edges. |
Commit Details:
Full Hash: 6b13203a9ca59c0b066327781e7fc3f4bd7dd9cf
SVN Revision: 47643
Parent Commit: 5fe6617
Lines Changed: +200, -46
2 Added Paths:
/source/blender/compositor/operations/COM_KeyingClipOperation.cpp (+95, -0) (View)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+50, -0) (View)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+50, -0) (View)
6 Modified Paths:
/source/blender/compositor/CMakeLists.txt (+2, -0) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+26, -9) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.h (+1, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+25, -31) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+0, -5) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+26, -9) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.h (+1, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+25, -31) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+0, -5) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)