Blender Git Loki
Git Commits -> Revision 356d4c3
Revision 356d4c3 by Sergey Sharybin (master) May 13, 2013, 11:52 (GMT) |
Fix #35330: Blur node crash due to size overflow Issue was caused by too hight value used for size, which came from infinite Z-buffer point. Solved the crash by clamoing maximal gaussian table radius to 30K, which seems to be reasonable. |
Commit Details:
Full Hash: 356d4c3085bcff1664cdf1d57ac325323d66e519
SVN Revision: 56759
Parent Commit: e40d403
Lines Changed: +12, -20
5 Modified Paths:
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+2, -0) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp (+3, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp (+3, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp (+2, -4) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp (+2, -4) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp (+3, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp (+3, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp (+2, -4) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp (+2, -4) (Diff)