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>2009-02-21 08:04:12 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-21 08:04:12 +0300
commit87bdbab54439573b6492d1bf17fd4691e2190272 (patch)
tree54c9fa3ef3074fea0c1616b8ba388f19b6512628 /source/blender/editors/space_time
parent994f915b3cdc497f3335f9cb474b1b5aac85c429 (diff)
* Added back 'Insert Key' operator for DopeSheet editor
* Fixed button spacing problems in TimeLine
Diffstat (limited to 'source/blender/editors/space_time')
-rw-r--r--source/blender/editors/space_time/time_header.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_time/time_header.c b/source/blender/editors/space_time/time_header.c
index a9cad256200..7c5c25a78a9 100644
--- a/source/blender/editors/space_time/time_header.c
+++ b/source/blender/editors/space_time/time_header.c
@@ -554,7 +554,9 @@ void time_header_buttons(const bContext *C, ARegion *ar)
uiBlockBeginAlign(block);
uiDefIconButO(block, BUT, "ANIM_OT_delete_keyframe", WM_OP_INVOKE_REGION_WIN, ICON_KEY_DEHLT, xco,yco,XIC,YIC, "Delete Keyframes for the Active Keying Set (Alt-I)");
+ xco += XIC;
uiDefIconButO(block, BUT, "ANIM_OT_insert_keyframe", WM_OP_INVOKE_REGION_WIN, ICON_KEY_HLT, xco,yco,XIC,YIC, "Insert Keyframes for the Active Keying Set (I)");
+ xco += XIC;
uiBlockEndAlign(block);
xco+= 16;