|
Blender V5.0
|
#include <algorithm>#include "BLI_listbase.h"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "BKE_context.hh"#include "BKE_tracking.h"#include "DEG_depsgraph.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_clip.hh"#include "clip_intern.hh"Go to the source code of this file.
Functions | |
| static bool | stabilize_2d_poll (bContext *C) |
| static wmOperatorStatus | stabilize_2d_add_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_add (wmOperatorType *ot) |
| static wmOperatorStatus | stabilize_2d_remove_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_remove (wmOperatorType *ot) |
| static wmOperatorStatus | stabilize_2d_select_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_select (wmOperatorType *ot) |
| static wmOperatorStatus | stabilize_2d_rotation_add_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_rotation_add (wmOperatorType *ot) |
| static wmOperatorStatus | stabilize_2d_rotation_remove_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_rotation_remove (wmOperatorType *ot) |
| static wmOperatorStatus | stabilize_2d_rotation_select_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_rotation_select (wmOperatorType *ot) |
| void CLIP_OT_stabilize_2d_add | ( | wmOperatorType * | ot | ) |
Definition at line 66 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_add_exec(), and stabilize_2d_poll().
Referenced by clip_operatortypes().
| void CLIP_OT_stabilize_2d_remove | ( | wmOperatorType * | ot | ) |
Definition at line 115 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_poll(), and stabilize_2d_remove_exec().
Referenced by clip_operatortypes().
| void CLIP_OT_stabilize_2d_rotation_add | ( | wmOperatorType * | ot | ) |
Definition at line 195 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_poll(), and stabilize_2d_rotation_add_exec().
Referenced by clip_operatortypes().
| void CLIP_OT_stabilize_2d_rotation_remove | ( | wmOperatorType * | ot | ) |
Definition at line 244 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_poll(), and stabilize_2d_rotation_remove_exec().
Referenced by clip_operatortypes().
| void CLIP_OT_stabilize_2d_rotation_select | ( | wmOperatorType * | ot | ) |
Definition at line 282 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_poll(), and stabilize_2d_rotation_select_exec().
Referenced by clip_operatortypes().
| void CLIP_OT_stabilize_2d_select | ( | wmOperatorType * | ot | ) |
Definition at line 153 of file tracking_ops_stabilize.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, stabilize_2d_poll(), and stabilize_2d_select_exec().
Referenced by clip_operatortypes().
|
static |
Definition at line 41 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), C, CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieClip::id, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, MovieTracking::stabilization, MovieTrackingStabilization::tot_track, TRACK_USE_2D_STAB, TRACK_VIEW_SELECTED, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_add().
|
static |
Definition at line 30 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), C, CTX_wm_space_clip(), ED_space_clip_get_clip(), ED_space_clip_tracking_poll(), MovieTrackingObject::flag, MovieClip::tracking, and TRACKING_OBJECT_CAMERA.
Referenced by CLIP_OT_stabilize_2d_add(), CLIP_OT_stabilize_2d_remove(), CLIP_OT_stabilize_2d_rotation_add(), CLIP_OT_stabilize_2d_rotation_remove(), CLIP_OT_stabilize_2d_rotation_select(), and CLIP_OT_stabilize_2d_select().
|
static |
Definition at line 83 of file tracking_ops_stabilize.cc.
References MovieTrackingStabilization::act_track, BKE_tracking_object_get_active(), C, CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieClip::id, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, MovieTracking::stabilization, MovieTrackingStabilization::tot_track, TRACK_USE_2D_STAB, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_remove().
|
static |
Definition at line 170 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), C, CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieClip::id, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, MovieTracking::stabilization, MovieTrackingStabilization::tot_rot_track, TRACK_USE_2D_STAB_ROT, TRACK_VIEW_SELECTED, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_rotation_add().
|
static |
Definition at line 212 of file tracking_ops_stabilize.cc.
References MovieTrackingStabilization::act_rot_track, BKE_tracking_object_get_active(), C, CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieClip::id, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, MovieTracking::stabilization, MovieTrackingStabilization::tot_rot_track, TRACK_USE_2D_STAB_ROT, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_rotation_remove().
|
static |
Definition at line 261 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), BKE_tracking_track_flag_set(), C, CTX_wm_space_clip(), ED_space_clip_get_clip(), LISTBASE_FOREACH, NC_MOVIECLIP, ND_SELECT, OPERATOR_FINISHED, SELECT, TRACK_AREA_ALL, TRACK_USE_2D_STAB_ROT, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_rotation_select().
|
static |
Definition at line 132 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), BKE_tracking_track_flag_set(), C, CTX_wm_space_clip(), ED_space_clip_get_clip(), LISTBASE_FOREACH, NC_MOVIECLIP, ND_SELECT, OPERATOR_FINISHED, SELECT, TRACK_AREA_ALL, TRACK_USE_2D_STAB, MovieClip::tracking, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_select().