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-11 05:55:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-11 05:55:58 +0400
commitb59ba34c37f9522fcd4066372a05a7e551e87a53 (patch)
tree469d88f88c1f37e07331fe6043939a2c15f1a1f7 /source/blender/editors/transform/transform.h
parent971fca48cadef8e746df50ff056dca6d6a1a6fc3 (diff)
fix [#34152] Vertex Slide - misleading description
also use C key to toggle clamping rather then alt (reported in [#33949]).
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index a27fe91c3c3..55b7e9fae60 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -239,6 +239,7 @@ typedef struct VertSlideData {
float perc;
bool is_proportional;
+ bool is_clamp;
bool flipped_vtx;
int curr_sv_index;