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:
authorCampbell Barton <ideasman42@gmail.com>2012-06-05 18:13:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-05 18:13:14 +0400
commit8c71157af62825420273435cfebc03ac00f2f05c (patch)
treee33959c42f0955b0f901999e4ed0197425c3e8aa /source/blender/editors/include
parentfe58f668a122fde73b14d20ffec6cd3f75034eea (diff)
shrink/fatten transform for mask - adjusts the feather weight.
works in proportional editmode too.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index d867532b273..c4d7197bfa1 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -71,6 +71,7 @@ enum {
TFM_BONESIZE,
TFM_BONE_ENVELOPE,
TFM_CURVE_SHRINKFATTEN,
+ TFM_MASK_SHRINKFATTEN,
TFM_BONE_ROLL,
TFM_TIME_TRANSLATE,
TFM_TIME_SLIDE,