Blender Git Commit Log
Git Commits -> Revision 2af9026
August 13, 2016, 02:58 (GMT) |
Cycles: Implement the multi-frame denoising kernel This commit changes the denoising kernel to actually use the additional frames. The required changes are surprisingly small - one additional feature contains the frame to which the pixel belongs, and the per-pixel loop now iterates over frames first. |
Commit Details:
Full Hash: 2af90268949d399180c83f6791f9f14cee886845
Parent Commit: e020820
Lines Changed: +134, -63