[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern node_composite.c
Ton Roosendaal
ton at blender.org
Mon Feb 13 22:40:47 CET 2006
ton (Ton Roosendaal) 2006/02/13 22:40:47 CET
Modified files:
blender/source/blender/blenkernel/intern node_composite.c
Log:
Fix in blur filter 'bokeh'.
This filter type uses a filter-image, and spreads color of current pixel
over all neighbour pixels based on this filter-image. That creates a
problem on borders... since there only parts get accumulated.
Solved by going over the to-be-filtered image pretending it is wider
exactly the amount of the filter-image size.
Revision Changes Path
1.16 +19 -15 blender/source/blender/blenkernel/intern/node_composite.c
<http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/node_composite.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
More information about the Bf-blender-cvs
mailing list