Blender Git Commit Log
Git Commits -> Revision 6cd3243
Revision 6cd3243 by Brecht Van Lommel (master) September 20, 2012, 00:39 (GMT) |
Fix #32598: clamp blender internal alpha channel to 0..1, and RGB to 0..inf, to avoid compositing issues. The values can go out of bounds due to sharp pixel filters. In Cycles the alpha channel is already clamped, and there are no pixel filters that could cause negative RGB values. |
Commit Details:
Full Hash: 6cd32435a2cd8c87a21a9f76c7fa1b91654082a2
SVN Revision: 50761
Parent Commit: 5647624
Lines Changed: +41, -2