74 if (ac && ac->
scene) {
150 "Duplicate selected strips and their Actions and move them",
158 "Duplicate selected strips and move them",
struct Scene * CTX_data_scene(const bContext *C)
bool ED_operator_nla_active(struct bContext *C)
void NLA_OT_selected_objects_add(wmOperatorType *ot)
void NLA_OT_tracks_delete(wmOperatorType *ot)
void NLA_OT_tracks_add(wmOperatorType *ot)
void NLA_OT_action_unlink(wmOperatorType *ot)
void NLA_OT_channels_click(wmOperatorType *ot)
void NLA_OT_action_pushdown(wmOperatorType *ot)
void NLA_OT_view_frame(wmOperatorType *ot)
void NLA_OT_view_all(wmOperatorType *ot)
void NLA_OT_fmodifier_add(wmOperatorType *ot)
void NLA_OT_split(wmOperatorType *ot)
void NLA_OT_tweakmode_exit(wmOperatorType *ot)
void NLA_OT_soundclip_add(wmOperatorType *ot)
void NLA_OT_tweakmode_enter(wmOperatorType *ot)
void NLA_OT_clear_scale(wmOperatorType *ot)
void NLA_OT_make_single_user(wmOperatorType *ot)
void NLA_OT_meta_add(wmOperatorType *ot)
void NLA_OT_meta_remove(wmOperatorType *ot)
void NLA_OT_snap(wmOperatorType *ot)
void NLA_OT_swap(wmOperatorType *ot)
void NLA_OT_mute_toggle(wmOperatorType *ot)
void NLA_OT_move_up(wmOperatorType *ot)
void NLA_OT_delete(wmOperatorType *ot)
void NLA_OT_previewrange_set(wmOperatorType *ot)
void NLA_OT_fmodifier_copy(wmOperatorType *ot)
void NLA_OT_move_down(wmOperatorType *ot)
void NLA_OT_transition_add(wmOperatorType *ot)
void NLA_OT_view_selected(wmOperatorType *ot)
void NLA_OT_duplicate(wmOperatorType *ot)
void NLA_OT_actionclip_add(wmOperatorType *ot)
void NLA_OT_fmodifier_paste(wmOperatorType *ot)
void NLA_OT_action_sync_length(wmOperatorType *ot)
void NLA_OT_apply_scale(wmOperatorType *ot)
void NLA_OT_select_box(wmOperatorType *ot)
void NLA_OT_click_select(wmOperatorType *ot)
void NLA_OT_select_leftright(wmOperatorType *ot)
void NLA_OT_select_all(wmOperatorType *ot)
bool nlaop_poll_tweakmode_on(bContext *C)
bool nlaedit_is_tweakmode_on(bAnimContext *ac)
void nla_keymap(wmKeyConfig *keyconf)
bool nlaop_poll_tweakmode_off(bContext *C)
void ED_operatormacros_nla()
void nla_operatortypes(void)
void RNA_boolean_set(PointerRNA *ptr, const char *name, bool 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 *))