Blender Git Commit Log
Git Commits -> Revision 576e579
Revision 576e579 by Brecht Van Lommel (master) April 30, 2013, 16:07 (GMT) |
More painting fixes: * 2D image painting with textures that contained alpha did not work correctly, had been broken for a while. * 2D image panels texture (mask) panels showed wrong buttons for texture overlay. * Texture map mode 3D now also uses masking, like Tiled and Stencil the texture does not move along with the brush so it works fine. * 2D image paint View mapping did not work correct, especially noticeable with Rake rotation. * Masking is now disabled for the smear tool, this can't really work because the original image is constantly changing and gave artifacts. |
Commit Details:
Full Hash: 576e579925d205a44dd347fca3646f5c749a60a6
SVN Revision: 56417
Parent Commit: 7a0bdbc
Lines Changed: +86, -83
7 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+10, -7) (Diff)
/source/blender/blenkernel/BKE_brush.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+17, -32) (Diff)
/source/blender/blenlib/BLI_math_color_blend.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+33, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+13, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+7, -34) (Diff)
/source/blender/blenkernel/BKE_brush.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+17, -32) (Diff)
/source/blender/blenlib/BLI_math_color_blend.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+33, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+13, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+7, -34) (Diff)