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:
authorJoshua Leung <aligorith@gmail.com>2015-02-12 16:46:14 +0300
committerJoshua Leung <aligorith@gmail.com>2015-02-12 16:48:50 +0300
commit719fd5a1ce4683a8ceb402d1138bb7d3b55afea2 (patch)
tree57df08ace04c4615a8b81e463572701df608eb55 /source/blender/editors/include/ED_transform.h
parentd92d8c3768207b99d714cd7d45f9460bc1a67b89 (diff)
GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness) of strokes
Diffstat (limited to 'source/blender/editors/include/ED_transform.h')
-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 cf848098188..a3b4981dad8 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -73,6 +73,7 @@ enum TfmMode {
TFM_BONE_ENVELOPE,
TFM_CURVE_SHRINKFATTEN,
TFM_MASK_SHRINKFATTEN,
+ TFM_GPENCIL_SHRINKFATTEN,
TFM_BONE_ROLL,
TFM_TIME_TRANSLATE,
TFM_TIME_SLIDE,