Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_action/action_intern.h
| Show First 20 Lines • Show All 93 Lines • ▼ Show 20 Lines | |||||
| void ACTION_OT_delete(struct wmOperatorType *ot); | void ACTION_OT_delete(struct wmOperatorType *ot); | ||||
| void ACTION_OT_clean(struct wmOperatorType *ot); | void ACTION_OT_clean(struct wmOperatorType *ot); | ||||
| void ACTION_OT_sample(struct wmOperatorType *ot); | void ACTION_OT_sample(struct wmOperatorType *ot); | ||||
| void ACTION_OT_keyframe_type(struct wmOperatorType *ot); | void ACTION_OT_keyframe_type(struct wmOperatorType *ot); | ||||
| void ACTION_OT_handle_type(struct wmOperatorType *ot); | void ACTION_OT_handle_type(struct wmOperatorType *ot); | ||||
| void ACTION_OT_interpolation_type(struct wmOperatorType *ot); | void ACTION_OT_interpolation_type(struct wmOperatorType *ot); | ||||
| void ACTION_OT_extrapolation_type(struct wmOperatorType *ot); | void ACTION_OT_extrapolation_type(struct wmOperatorType *ot); | ||||
| void ACTION_OT_easing_type(struct wmOperatorType *ot); | |||||
| void ACTION_OT_frame_jump(struct wmOperatorType *ot); | void ACTION_OT_frame_jump(struct wmOperatorType *ot); | ||||
| void ACTION_OT_snap(struct wmOperatorType *ot); | void ACTION_OT_snap(struct wmOperatorType *ot); | ||||
| void ACTION_OT_mirror(struct wmOperatorType *ot); | void ACTION_OT_mirror(struct wmOperatorType *ot); | ||||
| void ACTION_OT_new(struct wmOperatorType *ot); | void ACTION_OT_new(struct wmOperatorType *ot); | ||||
| void ACTION_OT_unlink(struct wmOperatorType *ot); | void ACTION_OT_unlink(struct wmOperatorType *ot); | ||||
| Show All 36 Lines | |||||