Blender Git Loki
Git Commits -> Revision 46493c0
Revision 46493c0 by Brecht Van Lommel (master) July 10, 2008, 15:30 (GMT) |
Fix for bug #17292: vertex paint blur darkens the colors as you paint, due to old optimization to use >>8, but this is equivalent to /256, and it should be /255. |
Commit Details:
Full Hash: 46493c0af5e60f8841eaccb7d79b9537c9252406
SVN Revision: 15521
Parent Commit: 310a37c
Lines Changed: +18, -18
1 Modified Path:
/source/blender/src/vpaint.c (+18, -18) (Diff)