Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2013-04-16 19:59:02 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-04-16 19:59:02 +0400
commitc1276960e8714828645899391e924f44d13d1043 (patch)
tree4782eb302d57cd438255b3bb1038a2d41195c28a /source/blender/blenkernel/intern/brush.c
parent51cb077f1600b2394a071117346e9a75b481e71b (diff)
Fix some names, and move overlay flag to overlay_flags.
Diffstat (limited to 'source/blender/blenkernel/intern/brush.c')
-rw-r--r--source/blender/blenkernel/intern/brush.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index dd74df2b4ae..dd299be9764 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -111,6 +111,9 @@ static void brush_defaults(Brush *brush)
brush->texture_sample_bias = 0; /* value to added to texture samples */
brush->texture_overlay_alpha = 33;
+ brush->mask_overlay_alpha = 33;
+ brush->cursor_overlay_alpha = 33;
+ brush->overlay_flags = 0;
/* brush appearance */