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:
authorKent Mein <mein@cs.umn.edu>2004-05-04 20:25:35 +0400
committerKent Mein <mein@cs.umn.edu>2004-05-04 20:25:35 +0400
commit84009013f69fed9bcd301722fe64a4f11e15b659 (patch)
tree4334f0712c064c76e4de18f7fe35430faf141c19 /source/blender/src/toolbox.c
parentce816de41a85688a268d23c031b4f3b058fbd242 (diff)
Added Camera Fly Mode (Shift F) to the toolbox.
Kent
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index fa86a2da0a0..de8296cd98e 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1878,6 +1878,7 @@ static TBitem tb_view[]= {
{ 0, "View All|Home", TB_PAD|'h', NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Play Back Animation|Alt A", TB_ALT|'a', NULL},
+{ 0, "Camera Fly Mode|Shift F", TB_SHIFT|'f', NULL},
{ -1, "", 0, tb_do_hotkey}};