Blender Git Loki
Git Commits -> Revision 63d8ccf
Revision 63d8ccf by Sergey Sharybin (master) March 5, 2018, 10:44 (GMT) |
Fix T54225: Blur node stopped working when Map Range was fed with image The issue was happening with fast Gaussian blur, and caused by NaN value pixels in the input buffer. Now made it so Map Range output does not produce NaN, by returning arbitrary value of 0. Still better than NaN! |
Commit Details:
Full Hash: 63d8ccf9ffb18c8670292d8c57dbd85c629de485
Parent Commit: 9593a62
Lines Changed: +5, -0
1 Modified Path:
/source/blender/compositor/operations/COM_MapRangeOperation.cpp (+5, -0) (Diff)