Blender Git Commit Log
Git Commits -> Revision e390e9e
Revision e390e9e by Lukas Toenne (master) August 23, 2014, 14:17 (GMT) |
Fix T41538: Sun Beam Node has artifact at its radius. The sunbeams node was clamping the range of influence to start at 1 pixel distance from the source. This was a poor fix for artifacts caused by an off set in buffer coordinates. Since the u coordinate starts at ceil(umax) the v coordinate also has to use ceil. This also fixes some discontinuities that became visible when the source point is close to a sharp line in the input image. |
Commit Details:
Full Hash: e390e9e57140b6cb65c3640ac70e127af2359d14
Parent Commit: 1518006
Lines Changed: +17, -12
1 Modified Path:
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+17, -12) (Diff)