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>2007-03-13 14:54:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-13 14:54:53 +0300
commitdf1df624ac1718d0dca0c12d11a3584bb67fee14 (patch)
treee4f012ea4326d81c01d99a80cf70faf2325c21c4 /source/blender/src/toets.c
parent07451335280d2b647e97206666c698b3de663f18 (diff)
added back videoscape for python
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 1a6356325ca..dbbe97fbe20 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -873,7 +872,11 @@ int blenderqread(unsigned short event, short val)
}
return 0;
}
- /* python specials here? */
+ /* Python specials? ;)
+ else if(G.qual==LR_ALTKEY) {
+ write_videoscape_fs();
+ return 0;
+ }*/
}
break;