Blender Git Commit Log
Git Commits -> Revision ba8154e
Revision ba8154e by Sergey Sharybin (master) July 10, 2012, 14:53 (GMT) |
Keying screen: small fixes and improvements from tomato - Fixed issues with calculating matte with balance != 0.5 It used to be used concave combination of minimal and maximal channel values which could be inpredictable. Use concave combination of two non-major channels sorted by their index, so such combination would always use the same coefficients for particular non-major channels. - Added despill balance slider which defines balance between non-major channels used for calculating average of two colors. Difference between average value and pixel value of major screen channel defines amount of despill. Balance of 0.5 gives the same behavior as it was before this slider was added. --- svn merge -r48678:48679 -r48789:48790 ^/branches/soc-2011-tomato |
Commit Details:
Full Hash: ba8154e24a8565be692275ba23ed28f0891b7136
SVN Revision: 48809
Parent Commit: 76ee978
Lines Changed: +55, -10
10 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+22, -0) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+5, -2) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.h (+2, -1) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp (+10, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.h (+2, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+4, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+7, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_keying.c (+1, -0) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+5, -2) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.h (+2, -1) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp (+10, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.h (+2, -0) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+4, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+7, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_keying.c (+1, -0) (Diff)