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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-21 04:57:25 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-21 04:57:25 +0400
commit015ecdee2965ba872162514a94ea7b7751ecbe1a (patch)
tree0655757b492b857e39105d736453a924f994d9b2 /source/blender/makesdna/DNA_brush_types.h
parentb21092d6ad7e859d2576275a37deb17b2d4a6698 (diff)
* Polish preset did not enable tablet pressure for strength
* Turned off 'Front-Face Only' for all brushes, it needs more testing * Added brush icons for other paint modes * Moved 'tool' panel to bottom of all paint modes * Moved 'appearance' panel to be next to bottom * Moved brush selector panel to top of all modes * Closed all panels except the brush selector panel * Turned off X symmetry
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 01f9ddbe5f1..4a174d6471a 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -149,10 +149,11 @@ typedef struct Brush {
/* Internal Icons */
#define BRUSH_ICON_FILE 0
+
#define BRUSH_ICON_BLOB 1
#define BRUSH_ICON_CLAY 2
#define BRUSH_ICON_CREASE 3
-#define BRUSH_ICON_DRAW 4
+#define BRUSH_ICON_SCULPTDRAW 4
#define BRUSH_ICON_FILL 5
#define BRUSH_ICON_FLATTEN 6
#define BRUSH_ICON_GRAB 7
@@ -165,7 +166,21 @@ typedef struct Brush {
#define BRUSH_ICON_SNAKE_HOOK 14
#define BRUSH_ICON_THUMB 15
#define BRUSH_ICON_TWIST 16
-#define BRUSH_ICON_COUNT 17
+
+#define BRUSH_ICON_ADD 17
+#define BRUSH_ICON_BLUR 18
+#define BRUSH_ICON_CLONE 19
+#define BRUSH_ICON_DARKEN 20
+#define BRUSH_ICON_LIGHTEN 21
+#define BRUSH_ICON_MIX 22
+#define BRUSH_ICON_MULTIPLY 23
+#define BRUSH_ICON_SMEAR 24
+#define BRUSH_ICON_SOFTEN 25
+#define BRUSH_ICON_SUBTRACT 26
+#define BRUSH_ICON_TEXDRAW 27
+#define BRUSH_ICON_VERTEXDRAW 28
+
+#define BRUSH_ICON_COUNT 29
/* ImagePaintSettings.tool */
#define PAINT_TOOL_DRAW 0