Blender Git Commit Log

Git Commits -> Revision fa4ee2b

Revision fa4ee2b by Robert Holcomb (master)
September 10, 2009, 04:12 (GMT)
Added Levels Node (histogram, with mean/std deviation outputs)
Added RGB space distance matte Node
Added HSV color matte Node

Fixed Image difference matte Node to use image differences instead of RGB space distance
Fixed luminance node for low end values being read wrong
Fixed CMP_util copy/swap functions not accounting for all channels
Fixed UI for difference matte Node

Added RNA for new nodes

Commit Details:

Full Hash: fa4ee2be849b6236d61e482106ed9e20f20f21de
SVN Revision: 23104
Parent Commit: dac2700
Lines Changed: +838, -198

3 Added Paths:

/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c (+132, -0) (View)
/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c (+145, -0) (View)
/source/blender/nodes/intern/CMP_nodes/CMP_levels.c (+337, -0) (View)

12 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+5, -2) (Diff)
/source/blender/blenkernel/intern/node.c (+6, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+82, -37) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+40, -20) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+4, -1) (Diff)
/source/blender/nodes/CMP_node.h (+5, -2) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c (+2, -2) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c (+2, -2) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c (+51, -123) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c (+1, -1) (Diff)
/source/blender/nodes/intern/CMP_util.c (+23, -3) (Diff)
/source/blender/nodes/intern/CMP_util.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021