Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_graph/graph_intern.h
| Show First 20 Lines • Show All 97 Lines • ▼ Show 20 Lines | |||||
| void GRAPH_OT_paste(struct wmOperatorType *ot); | void GRAPH_OT_paste(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_duplicate(struct wmOperatorType *ot); | void GRAPH_OT_duplicate(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_delete(struct wmOperatorType *ot); | void GRAPH_OT_delete(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_clean(struct wmOperatorType *ot); | void GRAPH_OT_clean(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_decimate(struct wmOperatorType *ot); | void GRAPH_OT_decimate(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_sample(struct wmOperatorType *ot); | void GRAPH_OT_sample(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_bake(struct wmOperatorType *ot); | void GRAPH_OT_bake(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_unbake(struct wmOperatorType *ot); | |||||
| void GRAPH_OT_sound_bake(struct wmOperatorType *ot); | void GRAPH_OT_sound_bake(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_smooth(struct wmOperatorType *ot); | void GRAPH_OT_smooth(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_euler_filter(struct wmOperatorType *ot); | void GRAPH_OT_euler_filter(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_handle_type(struct wmOperatorType *ot); | void GRAPH_OT_handle_type(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_interpolation_type(struct wmOperatorType *ot); | void GRAPH_OT_interpolation_type(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_extrapolation_type(struct wmOperatorType *ot); | void GRAPH_OT_extrapolation_type(struct wmOperatorType *ot); | ||||
| void GRAPH_OT_easing_type(struct wmOperatorType *ot); | void GRAPH_OT_easing_type(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 66 Lines • Show Last 20 Lines | |||||