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-17 20:34:56 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-17 20:34:56 +0300
commita1b8f1695840313d08db5863a4d16fb64e951f43 (patch)
tree6b7c2619a546adc2e449f9aa8d13fac67dafc603 /source/blender/editors/transform/transform.h
parent0af48c227bdcd1d11a0bf51b9527dcbdc6d2ba80 (diff)
Bugfix: [#20406] reapeat duplication along axis+view transform orientation
Saving back orientation in operator didn't take into account that constraint orientation can be different than user selected orientation. Also simplify the switching logic a little.
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 0b8fb365a56..3b1ead32fad 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -112,6 +112,7 @@ typedef struct TransSnap {
} TransSnap;
typedef struct TransCon {
+ short orientation; /**/
char text[50]; /* Description of the Constraint for header_print */
float mtx[3][3]; /* Matrix of the Constraint space */
float imtx[3][3]; /* Inverse Matrix of the Constraint space */