66 ot->
name =
"Add Stabilization Tracks";
67 ot->
description =
"Add selected tracks to 2D translation stabilization";
68 ot->
idname =
"CLIP_OT_stabilize_2d_add";
117 ot->
name =
"Remove Stabilization Track";
118 ot->
description =
"Remove selected track from translation stabilization";
119 ot->
idname =
"CLIP_OT_stabilize_2d_remove";
156 ot->
name =
"Select Stabilization Tracks";
157 ot->
description =
"Select tracks which are used for translation stabilization";
158 ot->
idname =
"CLIP_OT_stabilize_2d_select";
198 ot->
name =
"Add Stabilization Rotation Tracks";
199 ot->
description =
"Add selected tracks to 2D rotation stabilization";
200 ot->
idname =
"CLIP_OT_stabilize_2d_rotation_add";
249 ot->
name =
"Remove Stabilization Rotation Track";
250 ot->
description =
"Remove selected track from rotation stabilization";
251 ot->
idname =
"CLIP_OT_stabilize_2d_rotation_remove";
288 ot->
name =
"Select Stabilization Rotation Tracks";
289 ot->
description =
"Select tracks which are used for rotation stabilization";
290 ot->
idname =
"CLIP_OT_stabilize_2d_rotation_select";
struct SpaceClip * CTX_wm_space_clip(const bContext *C)
struct ListBase * BKE_tracking_get_active_tracks(struct MovieTracking *tracking)
void BKE_tracking_track_flag_set(struct MovieTrackingTrack *track, int area, int flag)
#define TRACK_VIEW_SELECTED(sc, track)
struct MovieTrackingObject * BKE_tracking_object_get_active(struct MovieTracking *tracking)
void DEG_id_tag_update(struct ID *id, int flag)
bool ED_space_clip_tracking_poll(struct bContext *C)
struct MovieClip * ED_space_clip_get_clip(struct SpaceClip *sc)
static void update(bNodeTree *ntree)
struct MovieTracking tracking
MovieTrackingStabilization stabilization
bool(* poll)(struct bContext *) ATTR_WARN_UNUSED_RESULT
int(* exec)(struct bContext *, struct wmOperator *) ATTR_WARN_UNUSED_RESULT
static int stabilize_2d_remove_exec(bContext *C, wmOperator *UNUSED(op))
void CLIP_OT_stabilize_2d_rotation_add(wmOperatorType *ot)
void CLIP_OT_stabilize_2d_remove(wmOperatorType *ot)
static int stabilize_2d_rotation_select_exec(bContext *C, wmOperator *UNUSED(op))
void CLIP_OT_stabilize_2d_rotation_remove(wmOperatorType *ot)
void CLIP_OT_stabilize_2d_select(wmOperatorType *ot)
void CLIP_OT_stabilize_2d_add(wmOperatorType *ot)
static int stabilize_2d_rotation_add_exec(bContext *C, wmOperator *UNUSED(op))
static int stabilize_2d_add_exec(bContext *C, wmOperator *UNUSED(op))
void CLIP_OT_stabilize_2d_rotation_select(wmOperatorType *ot)
static int stabilize_2d_rotation_remove_exec(bContext *C, wmOperator *UNUSED(op))
static int stabilize_2d_select_exec(bContext *C, wmOperator *UNUSED(op))
static bool stabilize_2d_poll(bContext *C)
void WM_event_add_notifier(const bContext *C, uint type, void *reference)