Blender Git Loki
Git Commits -> Revision 601c7cc
Revision 601c7cc by Brecht Van Lommel (master) February 17, 2008, 20:36 (GMT) |
Fix for bug #8267: vector blur results in horizontal lines. Vector blur was averaging z-values between pixels, which could give wrong z-test results. While averaging is needed for speed vectors to avoid holes, for z-values it is not required and not doing it seems to avoid artifacts in specific cases. |
Commit Details:
Full Hash: 601c7cc318df35fc57d7c18428114a0d59bc73d1
SVN Revision: 13733
Parent Commit: 5163811
Lines Changed: +28, -45
1 Modified Path:
/source/blender/render/intern/source/zbuf.c (+28, -45) (Diff)