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:50:55 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-17 20:50:55 +0300
commit509c2e961438c7ac341f555e820314d40d9f2166 (patch)
tree9f13641ce7507fb3a0fa0fcfe80589379bf862fc /source/blender/editors/transform/transform.h
parentfcaad00bda20244a49e85175b2a6bc1b8c131c54 (diff)
Bugfix: [#20403] transform manipulation widgets with normal coordinates
Disable manipulator drawing during transform
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 3b1ead32fad..b7e1b2e4996 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -302,9 +302,10 @@ typedef struct TransInfo {
void (*customFree)(struct TransInfo *); /* if a special free function is needed */
/*************** NEW STUFF *********************/
- short launch_event; /* event type used to launch transform */
+ short launch_event; /* event type used to launch transform */
short current_orientation;
+ short twtype; /* backup from view3d, to restore on end */
short prop_mode;