Blender Git Loki

Git Commits -> Revision 8dea065

Revision 8dea065 by Lukas Stockner (master)
November 18, 2015, 19:50 (GMT)
Cycles: Add Blackman-Harris filter, fix Gaussian filter

This commit adds the Blackman-Harris windows function as a pixel filter to Cycles. On some cases, such as wireframes or high-frequency textures,
Blackman-Harris can give subtle but noticable improvements over the Gaussian window.
Also, the gaussian window was truncated too early, which degraded quality a bit, therefore the evaluation region is now three times as wide.
To avoid artifacts caused by the wider curve, the filter table size is increased to 1024.

Reviewers: #cycles

Differential Revision: https://developer.blender.org/D1453

Commit Details:

Full Hash: 8dea06565f11f706195c89dcfcd7867b887a0ff7
Parent Commit: 24a387d
Lines Changed: +16, -3

4 Modified Paths:

/intern/cycles/blender/addon/properties.py (+1, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+1, -1) (Diff)
/intern/cycles/render/film.cpp (+12, -1) (Diff)
/intern/cycles/render/film.h (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021