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>2015-05-07 14:28:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-07 14:31:24 +0300
commite3b0d5e99ba70a5b89fa3351b1e53d683967c944 (patch)
treeaa73e1d95933ecd53c2a5e1bdfce681639884f27 /source/blender/editors/transform/transform.h
parent94b9b259e7a158522d99f126893a2ced0cffc9bc (diff)
EdgeSlide: support for un-clamped sliding
Functionality matches vertex slide.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 7edcdbfdf24..418fb8e1961 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -253,6 +253,9 @@ typedef struct EdgeSlideData {
bool flipped_vtx;
int curr_sv_index;
+
+ /** when un-clamped - use this index: #TransDataEdgeSlideVert.dir_side */
+ int curr_side_unclamp;
} EdgeSlideData;