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>2014-02-15 02:38:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-15 02:54:11 +0400
commiteedba54aaec5251990761f2de8b56ed37ee0efcc (patch)
tree2b04a0c8ae3d009f9e01e1091e487e13d283dd84 /source/blender/makesdna
parent30e89552e2c3981865e537f6752c0aafe0920016 (diff)
NDOF: rename 'zoom updown' to 'pan xy swap axis'
This swapped translation for all ndof events.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index dca007f83ec..ffc1c489d1e 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -793,7 +793,7 @@ typedef enum eNdof_Flag {
/* actually... users probably don't care about what the mode
* is called, just that it feels right */
/* zoom is up/down if this flag is set (otherwise forward/backward) */
- NDOF_ZOOM_UPDOWN = (1 << 7),
+ NDOF_PAN_YZ_SWAP_AXIS = (1 << 7),
NDOF_ZOOM_INVERT = (1 << 8),
NDOF_ROTATE_INVERT_AXIS = (1 << 9),
NDOF_TILT_INVERT_AXIS = (1 << 10),