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-06-29 17:46:39 +0400
committerTon Roosendaal <ton@blender.org>2006-06-29 17:46:39 +0400
commitd90b676bbba82cf380f97d61fd74e8fc5577e7b1 (patch)
tree4d91b4ec06cc4615368991fab3d8874f91726f10 /source/blender/include/blendef.h
parent0735bf0ae144b6cad1470c4e3d94bf4b4e10b13f (diff)
Bugfix #4530
Weightpaint fix. Weight painting was recoded in 2.40 to support all features from vertex paint. That code uses a 'soft' brush by default, which makes it impossible to assign exact weight values on a single click (which used to be possible) I've made that an option now, so you can disable it for single-click setting of values on vertices within the brush (if 'use vertex distances' is set, of course).
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 0b2ca31a579..3dd0dda31d3 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -415,5 +415,6 @@
#define VP_NORMALS 8
#define VP_SPRAY 16
#define VP_MIRROR_X 32
+#define VP_HARD 64
#endif