Blender Git Commit Log
Git Commits -> Revision 12e9ccb
Revision 12e9ccb by Lukas Toenne (master) December 4, 2014, 11:46 (GMT) |
Cleanup and fix for uninitialized output buffer of the sunbeams node. Buffers should actually be cleared before running operations on them, but this doesn't work for some reason. Note also that the sunbeams node can show some creases and hard aliasing when the source point is close to a bright area with strong gradient. To fix this a better filtering algorithm, dithering or ray sampling would need to be implemented. In the meantime simply blurring the sunbeams result a bit should help (or simply avoid putting the source on a bright spot). |
Commit Details:
Full Hash: 12e9ccb256a6afa36320b7853e9d949de1e3054b
Parent Commit: cf15147
Lines Changed: +55, -37
1 Modified Path:
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+55, -37) (Diff)