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>2013-02-01 02:18:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-01 02:18:37 +0400
commitc734808fb0422339341a3567bea90498b4046e9d (patch)
tree96498f04d618e1d42193effe6de7fbb435b75481 /source/blender/editors/transform/transform.h
parent2007d57fdc10fd26f063303634b6eb0768eab58e (diff)
fix error with flipped vertex slide failing, also fix bug where you could be flipped and in proportional vertex slide mode.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index c72c6a83d82..a27fe91c3c3 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -677,7 +677,8 @@ typedef enum {
INPUT_HORIZONTAL_ABSOLUTE,
INPUT_VERTICAL_RATIO,
INPUT_VERTICAL_ABSOLUTE,
- INPUT_CUSTOM_RATIO
+ INPUT_CUSTOM_RATIO,
+ INPUT_CUSTOM_RATIO_FLIP
} MouseInputMode;
void initMouseInput(TransInfo *t, MouseInput *mi, const int center[2], const int mval[2]);