Blender Git Loki
Git Commits -> Revision c81a1b3
Revision c81a1b3 by Dalai Felinto (tile) January 11, 2012, 18:24 (GMT) |
Tile - Chroma Matte Node note - shadow adjust (c->t3) and lift (c->fsize) are no longer used in the algorith (since somewhere in 2.5 dev). The properties are still in ChromaNode and have a RNA property. This should be address in trunk, not in Tile I think. If those are parameters needed for a more robust algorith we bring it to Tile later. |
Commit Details:
Full Hash: c81a1b33a30a231f9ec996de957d314af65cd376
SVN Revision: 43306
Parent Commit: eb14b7f
Lines Changed: +267, -0
4 Added Paths:
/source/blender/compositor/nodes/COM_ChromaMatteNode.cpp (+70, -0) (View)
/source/blender/compositor/nodes/COM_ChromaMatteNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp (+99, -0) (View)
/source/blender/compositor/operations/COM_ChromaMatteOperation.h (+52, -0) (View)
/source/blender/compositor/nodes/COM_ChromaMatteNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp (+99, -0) (View)
/source/blender/compositor/operations/COM_ChromaMatteOperation.h (+52, -0) (View)