Blender Git Commit Log

Git Commits -> Revision 56c8076

July 31, 2012, 16:25 (GMT)
User request from blenderartists: Invert brush colour.
=======================================================
To invert the brush either select the invert option under the colour
picker or press Ctrl when stroking. Doing both will do normal drawing.
There is a known issue with fixed brushes on image editor which will be
addressed next.
The inversion happens after applying the texture to the brush colour, so
the total colour of the brush gets inverted.

Commit Details:

Full Hash: 56c8076d565d17b55826d0c2bc8628035e2b91cb
SVN Revision: 49424
Parent Commit: 966d54d
Lines Changed: +53, -8

12 Modified Paths:

/release/scripts/startup/bl_ui/space_image.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+8, -2) (Diff)
/source/blender/blenlib/BLI_math_color.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_color.c (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_2D.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_2D.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+6, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021