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/editors/include/ED_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/editors/include/ED_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index c55dafa6f51..f6767aaa07f 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -38,6 +38,7 @@ typedef struct ScreenAnimData {
short refresh;
short flag; /* flags for playback */
int sfra; /* frame that playback was started from */
+ double speed_mul; /* speed multiplier */
} ScreenAnimData;
/* for animplayer */