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>2006-08-29 14:27:48 +0400
committerTon Roosendaal <ton@blender.org>2006-08-29 14:27:48 +0400
commit7bec4dba419b9aa63cf999e9ff08cf240f8c4d7f (patch)
treedfd7b4ee56dec542087a75c4431feb8b81a2a2b8 /source/blender/include/blendef.h
parentd0cabce8898a542354046ca18b6e3cd9ab3cb24e (diff)
Recoded version of patch #4273, submitted by Daniel Genrich
This provides a weight-paint option that only paints on vertices that have already the weight-group assigned before. The default adds weights on all vertices painted on. Fixes in patch include: - much less code - also support for 'filter' mode - proper code styling
Diffstat (limited to 'source/blender/include/blendef.h')
-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 ddbbfbd802f..35110175d48 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -424,5 +424,6 @@
#define VP_SPRAY 16
#define VP_MIRROR_X 32
#define VP_HARD 64
+#define VP_ONLYVGROUP 128
#endif