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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 21:05:53 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 21:05:53 +0300
commit391526c20e7ba0e818241f4dedb3f40aa51fd47a (patch)
tree707f856b9e68fbcd2fea836c6d93ac524fcb1d58 /source/blender/makesdna/DNA_brush_types.h
parentabb7a25426a630f5a5209987a78530f70c0dfa94 (diff)
option to lock alpha while projection painting.
(commit 27538 by Campbell from render25 branch)
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 163c8122fb7..14930f85e63 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -86,6 +86,7 @@ typedef struct Brush {
#define BRUSH_SMOOTH_STROKE 2048
#define BRUSH_PERSISTENT 4096
#define BRUSH_ACCUMULATE 8192
+#define BRUSH_LOCK_ALPHA 16384
/* Brush.sculpt_tool */
#define SCULPT_TOOL_DRAW 1