Blender Git Commit Log
Git Commits -> Revision 63f0557
Revision 63f0557 by Brecht Van Lommel (master) April 30, 2013, 06:07 (GMT) |
More image painting fixes: * 2D image painting support for masking to limit the max contribution of a stroke to a pixel, to get it working compatible with projection painting. Not strictly a bugfix, but the inconsistency here was annoying. * Fix python errors in Texture Mask panel in image editor, was missing overlay options. * Clamp paint mask to 0..1 in case some texture exceeds it, this could give black pixels due to integer overflow. |
Commit Details:
Full Hash: 63f05576b840c597f91414fd2ca6db8ca869e3e9
SVN Revision: 56405
Parent Commit: b735402
Lines Changed: +347, -72
11 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -2) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+20, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+67, -17) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+65, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+4, -2) (Diff)
/source/blender/imbuf/intern/rectop.c (+174, -24) (Diff)
/source/gameengine/VideoTexture/ImageBuff.cpp (+2, -2) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -2) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+20, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+67, -17) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+65, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+4, -2) (Diff)
/source/blender/imbuf/intern/rectop.c (+174, -24) (Diff)
/source/gameengine/VideoTexture/ImageBuff.cpp (+2, -2) (Diff)