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-20 14:17:33 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-20 14:17:33 +0300
commitb4287608747ae3590061b7383f780de734f16c59 (patch)
tree40265c332a89087864d128a0ffd3867775f0abc1 /source/blender/editors/space_action/action_intern.h
parent35de68c67259ad6ad9cfb14faf77bea398d39345 (diff)
DopeSheet/Graph Editor: Restored Duplicate Keyframes operators (Shift-D) for both of them
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 591aecb061a..b220ef55194 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_duplicate(struct wmOperatorType *ot);
void ACT_OT_keyframes_delete(struct wmOperatorType *ot);
void ACT_OT_keyframes_clean(struct wmOperatorType *ot);
void ACT_OT_keyframes_sample(struct wmOperatorType *ot);