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:
authorTon Roosendaal <ton@blender.org>2006-11-24 19:56:02 +0300
committerTon Roosendaal <ton@blender.org>2006-11-24 19:56:02 +0300
commitc3adb61dcc6b550efa1df0eb5c8a4729bd47350a (patch)
tree3213f421a1f78581b03d00f3b79c541676d3f75a /source/blender/src/toets.c
parente600fdb882aaa39949c920a13df5ec0281075da2 (diff)
Composite Time node usablity improvement:
- now draws green 'current frame' line - when Time Node is active, hotkey I will allow inserting a value on current frame.
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 4f47206006e..b6f0e90ad1a 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -729,7 +729,7 @@ int blenderqread(unsigned short event, short val)
}
break;
case IKEY:
- if(textediting==0 && textspace==0 && curarea->spacetype!=SPACE_FILE && curarea->spacetype!=SPACE_IMASEL) {
+ if(textediting==0 && textspace==0 && !ELEM3(curarea->spacetype, SPACE_FILE, SPACE_IMASEL, SPACE_NODE)) {
if(G.qual==0) {
common_insertkey();
return 0;