Blender Git Loki
Git Commits -> Revision 5d8efc9
Revision 5d8efc9 by Ton Roosendaal (master) November 15, 2006, 14:41 (GMT) |
Patch #2307, by Bob Holcomb Loadsa new compo nodes, most added in new menu "Mattes". - Seperate into YCC - Combine YCC - Seperate into YUV - Combine YUV - (Chroma) Difference Matte - Chroma Key - Luminance Key - Color Spill correction Main problem is missing docs still... Bob is working on it, he'll also make tooltips for all buttons. Some UI things might change too, like more clear names. |
Commit Details:
Full Hash: 5d8efc975699ae5ca60aa2892d96dd3e361b9c1d
SVN Revision: 8890
Parent Commit: d6e96bd
Lines Changed: +1112, -6
8 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+14, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+39, -0) (Diff)
/source/blender/blenkernel/intern/node_composite.c (+817, -2) (Diff)
/source/blender/blenlib/BLI_arithb.h (+30, -1) (Diff)
/source/blender/blenlib/intern/arithb.c (+57, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/src/drawnode.c (+144, -1) (Diff)
/source/blender/src/toolbox.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/node.c (+39, -0) (Diff)
/source/blender/blenkernel/intern/node_composite.c (+817, -2) (Diff)
/source/blender/blenlib/BLI_arithb.h (+30, -1) (Diff)
/source/blender/blenlib/intern/arithb.c (+57, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/src/drawnode.c (+144, -1) (Diff)
/source/blender/src/toolbox.c (+5, -1) (Diff)