82 "Make a copy of all selected keyframes and move them",
void ACTION_OT_layer_prev(wmOperatorType *ot)
void ACTION_OT_push_down(wmOperatorType *ot)
void ACTION_OT_unlink(wmOperatorType *ot)
void ACTION_OT_stash_and_create(wmOperatorType *ot)
void ACTION_OT_stash(wmOperatorType *ot)
void ACTION_OT_new(wmOperatorType *ot)
void ACTION_OT_layer_next(wmOperatorType *ot)
void ACTION_OT_view_selected(wmOperatorType *ot)
void ACTION_OT_keyframe_type(wmOperatorType *ot)
void ACTION_OT_easing_type(wmOperatorType *ot)
void ACTION_OT_view_all(wmOperatorType *ot)
void ACTION_OT_sample(wmOperatorType *ot)
void ACTION_OT_previewrange_set(wmOperatorType *ot)
void ACTION_OT_duplicate(wmOperatorType *ot)
void ACTION_OT_delete(wmOperatorType *ot)
void ACTION_OT_view_frame(wmOperatorType *ot)
void ACTION_OT_extrapolation_type(wmOperatorType *ot)
void ACTION_OT_keyframe_insert(wmOperatorType *ot)
void ACTION_OT_snap(wmOperatorType *ot)
void ACTION_OT_frame_jump(wmOperatorType *ot)
void ACTION_OT_paste(wmOperatorType *ot)
void ACTION_OT_copy(wmOperatorType *ot)
void ACTION_OT_markers_make_local(wmOperatorType *ot)
void ACTION_OT_interpolation_type(wmOperatorType *ot)
void ACTION_OT_handle_type(wmOperatorType *ot)
void ACTION_OT_mirror(wmOperatorType *ot)
void ACTION_OT_clean(wmOperatorType *ot)
void ACTION_OT_select_box(struct wmOperatorType *ot)
void ACTION_OT_clickselect(struct wmOperatorType *ot)
void ACTION_OT_select_all(struct wmOperatorType *ot)
void ACTION_OT_select_circle(struct wmOperatorType *ot)
void ACTION_OT_select_more(struct wmOperatorType *ot)
void ACTION_OT_select_column(struct wmOperatorType *ot)
void ACTION_OT_select_less(struct wmOperatorType *ot)
void ACTION_OT_select_lasso(struct wmOperatorType *ot)
void ACTION_OT_select_linked(struct wmOperatorType *ot)
void ACTION_OT_select_leftright(struct wmOperatorType *ot)
void action_operatortypes(void)
void action_keymap(wmKeyConfig *keyconf)
void ED_operatormacros_action(void)
void RNA_boolean_set(PointerRNA *ptr, const char *name, bool value)
void RNA_enum_set(PointerRNA *ptr, const char *name, int value)
wmKeyMap * WM_keymap_ensure(wmKeyConfig *keyconf, const char *idname, int spaceid, int regionid)
wmOperatorType * WM_operatortype_append_macro(const char *idname, const char *name, const char *description, int flag)
wmOperatorTypeMacro * WM_operatortype_macro_define(wmOperatorType *ot, const char *idname)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))