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>2018-10-16 13:52:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-16 14:06:23 +0300
commit5b9ab20fe4447152ff12284a9a149f92a34af9a7 (patch)
tree22e37560c8df043254123e21bcb4b5571aa2118a /source/blender/editors/transform/transform.h
parent345175082b1387270988f0d61fd43f09bbcf6afd (diff)
Transform: axis support for shear tool
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 758e2182de8..06ae7a87212 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -516,6 +516,7 @@ typedef struct TransInfo {
float auto_values[4];
float axis[3];
float axis_orig[3]; /* TransCon can change 'axis', store the original value here */
+ float axis_ortho[3];
bool remove_on_cancel; /* remove elements if operator is canceled */