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_action/action_intern.h
parent994f915b3cdc497f3335f9cb474b1b5aac85c429 (diff)
* Added back 'Insert Key' operator for DopeSheet editor
* Fixed button spacing problems in TimeLine
Diffstat (limited to 'source/blender/editors/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index b220ef55194..7d21ac263c3 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -83,6 +83,7 @@ void ACT_OT_view_all(struct wmOperatorType *ot);
void ACT_OT_keyframes_copy(struct wmOperatorType *ot);
void ACT_OT_keyframes_paste(struct wmOperatorType *ot);
+void ACT_OT_keyframes_insert(struct wmOperatorType *ot);
void ACT_OT_keyframes_duplicate(struct wmOperatorType *ot);
void ACT_OT_keyframes_delete(struct wmOperatorType *ot);
void ACT_OT_keyframes_clean(struct wmOperatorType *ot);