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:
authorAndrea Weikert <elubie@gmx.net>2010-07-18 18:46:52 +0400
committerAndrea Weikert <elubie@gmx.net>2010-07-18 18:46:52 +0400
commit5f1246f62af853f07d8c5c3179491e76815d555c (patch)
treed78d3fea81b56cb2ad60d8f40df36340a9fe6210 /source/blender/makesdna/DNA_screen_types.h
parent0a2e485926b6bbeb866da107260030c7cbffa291 (diff)
Small feature for the Durian guys:
Playback Jog Keys: ALT+LEFTARROW: play backward (hit again for double speed) ALT+RIGHTARROW: play fordward (hit again for double speed) ALT+DOWNARROW: start/stop animation
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index a811fd9c014..e02a95d2119 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -66,7 +66,7 @@ typedef struct bScreen {
short mainwin; /* screensize subwindow, for screenedges and global menus */
short subwinactive; /* active subwindow */
- int pad2;
+ int animmode; /* store current direction of animation(1=forward, -1=backward) */
struct wmTimer *animtimer; /* if set, screen has timer handler added in window */
void *context; /* context callback */