Blender Git Commit Log
Git Commits -> Revision 02f17cf
Revision 02f17cf by Jeroen Bakker (tile) January 4, 2012, 14:43 (GMT) |
TileBranch * added the basic implementation of the GlareNode * only implemented the FogGlow * all others will also do fogglow FogGlowImageOperation calculates a BokehImage for the glow. This way the BokehBlur is reused to calculate the actual blur GlareThresholdOperation will generate the image where the effect must take place. (BTL function in the old compositor) |
Commit Details:
Full Hash: 02f17cf92aaf857d1431b2f94ace9a310d3bd2e2
SVN Revision: 43128
Parent Commit: de3071d
Lines Changed: +344, -6
6 Added Paths:
/source/blender/compositor/nodes/COM_GlareNode.cpp (+72, -0) (View)
/source/blender/compositor/nodes/COM_GlareNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_FogGlowImageOperation.cpp (+56, -0) (View)
/source/blender/compositor/operations/COM_FogGlowImageOperation.h (+54, -0) (View)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp (+50, -0) (View)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+57, -0) (View)
/source/blender/compositor/nodes/COM_GlareNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_FogGlowImageOperation.cpp (+56, -0) (View)
/source/blender/compositor/operations/COM_FogGlowImageOperation.h (+54, -0) (View)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp (+50, -0) (View)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+57, -0) (View)