NLA SoC: Insert Keyframe Operator Tweaks (Anim Editor Versions)

* Insert Keyframe (IKEY) operator for Graph Editor 
* Renamed the DopeSheet version to make it more consistent with the other keyframing operators
This commit is contained in:
2009-06-29 03:02:41 +00:00
parent 26c7c01c32
commit 2c3e8850a5
8 changed files with 109 additions and 10 deletions

View File

@@ -86,6 +86,7 @@ void GRAPH_OT_previewrange_set(struct wmOperatorType *ot);
void GRAPH_OT_view_all(struct wmOperatorType *ot);
void GRAPH_OT_click_insert(struct wmOperatorType *ot);
void GRAPH_OT_insert_keyframe(struct wmOperatorType *ot);
void GRAPH_OT_copy(struct wmOperatorType *ot);
void GRAPH_OT_paste(struct wmOperatorType *ot);