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:
authorMartin Poirier <theeth@yahoo.com>2009-12-21 21:56:00 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-21 21:56:00 +0300
commit95db4d16dd6f69a823b6128c8ce0cfaeb633c009 (patch)
tree6297f4ce0d55cc44f1b73dfd0f8120fb37da2297 /source/blender/editors
parentfc1ede345d7796249c79f030ef09d6457cd6fcb0 (diff)
Missing file in previous commit.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/include/ED_transform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index 6388c4552be..8750010bed5 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -77,7 +77,8 @@ enum {
TFM_BEVEL,
TFM_BWEIGHT,
TFM_ALIGN,
- TFM_EDGE_SLIDE
+ TFM_EDGE_SLIDE,
+ TFM_SEQ_SLIDE
} TfmMode;
/* TRANSFORM CONTEXTS */