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:
authorTon Roosendaal <ton@blender.org>2008-09-08 15:13:34 +0400
committerTon Roosendaal <ton@blender.org>2008-09-08 15:13:34 +0400
commitda474210de8871ea2a6dfcd2bfa37a71f9f6aed8 (patch)
treec0cea55f4f5d51bb37790235bcf4e9e0c8e6eac3 /source/blender/include
parent6a83746fb33d3803b212a26ca72882d55127009d (diff)
Bug #17317
Vertexpaint mode: option "paint mask" (Fkey) missed redraw for buttons
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/blendef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 228530db445..a7f7bc2e4b8 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -241,6 +241,7 @@
#define B_SEL_END 168
#define B_MAN_MODE 169
#define B_NDOF 170
+#define B_VIEW_BUTSEDIT 171
/* IPO: 200 */
#define B_IPOHOME 201