Blender Git Loki

Git Commits -> Revision 9016d6d

Revision 9016d6d by Sergey Sharybin (master)
June 2, 2014, 12:37 (GMT)
Fix T40448: Blurring bug in the compositor

This commit pretty much reverts all the changes related on tile-ability
of the fast gaussian blur. It's not tilable by definition and would almost
always give you seams on the tile boundaries.

Atmind already met the issue and tried to solve it by increasing some
magic constant, which is pretty much likely simply made it so compositor
switched to full-frame calculation in that particular .blend file.

Fast gaussian is really not a production thing and need to be avoided.
We're to improve speed of normal gaussian blur instead.

Commit Details:

Full Hash: 9016d6d7a0cb41cb266c5fc1de05ee2c674db0d4
Parent Commit: fd781c1
Lines Changed: +14, -124

4 Modified Paths:

/source/blender/compositor/COM_defines.h (+0, -9) (Diff)
/source/blender/compositor/nodes/COM_BlurNode.cpp (+0, -1) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp (+12, -109) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+2, -5) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021