Blender Git Loki
Git Commits -> Revision 998a850
Revision 998a850 by Jeroen Bakker (master) May 21, 2012, 10:20 (GMT) |
Added switch in dilate/erode between old (Step) and new (Distance) algorithm Connected the Glare Fog Flow to use Fast Gaussian in stead of Bokeh blur |
Commit Details:
Full Hash: 998a850f9f2747065ffe379097907232a85cd2d5
SVN Revision: 46838
Parent Commit: 14e4ad9
Lines Changed: +272, -31
8 Modified Paths:
/source/blender/compositor/nodes/COM_DilateErodeNode.cpp (+31, -10) (Diff)
/source/blender/compositor/nodes/COM_GlareNode.cpp (+9, -7) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.cpp (+154, -6) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.h (+44, -2) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.cpp (+10, -6) (Diff)
/source/blender/editors/space_node/drawnode.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+17, -0) (Diff)
/source/blender/compositor/nodes/COM_GlareNode.cpp (+9, -7) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.cpp (+154, -6) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.h (+44, -2) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.cpp (+10, -6) (Diff)
/source/blender/editors/space_node/drawnode.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+17, -0) (Diff)