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:
authorJoshua Leung <aligorith@gmail.com>2008-09-27 08:51:42 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-27 08:51:42 +0400
commit049b88f0d23902fae3743b2d8f7a61098ac93152 (patch)
tree253e627d6c38627c3064095a1308125ce027f110 /source/blender/include
parentb6405b970cd892b137b52dbd4b3d75c94c766b03 (diff)
Keyframing:
* Tidied up code a bit to remove an extra var declaration that may have been causing problems with Visual Keying * Added buttons to Insert/Delete keyframes from current frame into Timeline header. Note that it preferentially works will insert keyframes for a 3d-view (if it exists), otherwise it "should" take the largest area available.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/blendef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 7f1b0f234dd..50179325609 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -406,6 +406,8 @@
#define B_TL_NEXTKEY 755
#define B_TL_STOP 756
#define B_TL_PREVIEWON 757
+#define B_TL_INSERTKEY 758
+#define B_TL_DELETEKEY 759
/* NLA: 801-850 */
#define B_NLAHOME 801