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:
authorAntonioya <blendergit@gmail.com>2019-04-13 11:47:38 +0300
committerAntonioya <blendergit@gmail.com>2019-04-13 12:19:03 +0300
commit789d242fa7bdd4cb8435ddce178ec43a36067615 (patch)
tree0622a08e56930064312c5e63df96ad1493130841 /source/blender/editors/include
parenta43b373c429c16a66788791e66ec6e7338a85f0e (diff)
GPencil: Implement Opacity transform
Add Shift+F to transform points opacity in Edit mode
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 1bd8782bb12..bb5b72e3fa2 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -82,6 +82,7 @@ enum TfmMode {
TFM_SEQ_SLIDE,
TFM_BONE_ENVELOPE_DIST,
TFM_NORMAL_ROTATION,
+ TFM_GPENCIL_OPACITY,
};
/* TRANSFORM CONTEXTS */