Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_clip/clip_intern.h
| Show First 20 Lines • Show All 223 Lines • ▼ Show 20 Lines | |||||
| void CLIP_OT_set_origin(struct wmOperatorType *ot); | void CLIP_OT_set_origin(struct wmOperatorType *ot); | ||||
| void CLIP_OT_set_plane(struct wmOperatorType *ot); | void CLIP_OT_set_plane(struct wmOperatorType *ot); | ||||
| void CLIP_OT_set_axis(struct wmOperatorType *ot); | void CLIP_OT_set_axis(struct wmOperatorType *ot); | ||||
| void CLIP_OT_set_scale(struct wmOperatorType *ot); | void CLIP_OT_set_scale(struct wmOperatorType *ot); | ||||
| void CLIP_OT_set_solution_scale(struct wmOperatorType *ot); | void CLIP_OT_set_solution_scale(struct wmOperatorType *ot); | ||||
| void CLIP_OT_apply_solution_scale(struct wmOperatorType *ot); | void CLIP_OT_apply_solution_scale(struct wmOperatorType *ot); | ||||
| void CLIP_OT_set_center_principal(struct wmOperatorType *ot); | |||||
| void CLIP_OT_slide_marker(struct wmOperatorType *ot); | void CLIP_OT_slide_marker(struct wmOperatorType *ot); | ||||
| void CLIP_OT_frame_jump(struct wmOperatorType *ot); | void CLIP_OT_frame_jump(struct wmOperatorType *ot); | ||||
| void CLIP_OT_track_copy_color(struct wmOperatorType *ot); | void CLIP_OT_track_copy_color(struct wmOperatorType *ot); | ||||
| void CLIP_OT_detect_features(struct wmOperatorType *ot); | void CLIP_OT_detect_features(struct wmOperatorType *ot); | ||||
| void CLIP_OT_stabilize_2d_add(struct wmOperatorType *ot); | void CLIP_OT_stabilize_2d_add(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||