Blender Git Loki

Git Commits -> Revision d56e77a

Revision d56e77a by Sergey Sharybin (master)
June 14, 2012, 12:18 (GMT)
Keying Screen node from tomato branch

Merge Keying Screen node developed in tomato branch into trunk.

This node is aimed to make dealing with non-even greenscreens better
by generating gradiented image which could be used a input for keyer
nodes.

Based on building voronoi diagram using motion tracking markers as
sites position and average pattern color as color for that site.

Pretty straignforward node, some documentation is there
http://wiki.blender.org/index.php/User:Nazg-gul/Keying#Screen_color

Commit Details:

Full Hash: d56e77ada59050d02a03b44e9d5a7b122683615f
SVN Revision: 47893
Parent Commit: e2cda81
Lines Changed: +1557, -0

7 Added Paths:

/source/blender/blenlib/BLI_voronoi.h (+70, -0) (View)
/source/blender/blenlib/intern/voronoi.c (+833, -0) (View)
/source/blender/compositor/nodes/COM_KeyingScreenNode.cpp (+57, -0) (View)
/source/blender/compositor/nodes/COM_KeyingScreenNode.h (+36, -0) (View)
/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp (+220, -0) (View)
/source/blender/compositor/operations/COM_KeyingScreenOperation.h (+79, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_keyingscreen.c (+202, -0) (View)

11 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+7, -0) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+21, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021