|
Blender V4.3
|
#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "BLI_utildefines.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 int | stabilize_2d_add_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_add (wmOperatorType *ot) |
| static int | stabilize_2d_remove_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_remove (wmOperatorType *ot) |
| static int | stabilize_2d_select_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_select (wmOperatorType *ot) |
| static int | stabilize_2d_rotation_add_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_rotation_add (wmOperatorType *ot) |
| static int | stabilize_2d_rotation_remove_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_stabilize_2d_rotation_remove (wmOperatorType *ot) |
| static int | 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 64 of file tracking_ops_stabilize.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 246 of file tracking_ops_stabilize.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 284 of file tracking_ops_stabilize.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, stabilize_2d_poll(), and stabilize_2d_select_exec().
Referenced by clip_operatortypes().
|
static |
Definition at line 39 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieTrackingStabilization::flag, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, TRACK_USE_2D_STAB, TRACK_VIEW_SELECTED, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_add().
|
static |
Definition at line 28 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), CTX_wm_space_clip(), ED_space_clip_get_clip(), ED_space_clip_tracking_poll(), MovieTrackingObject::flag, 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 81 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieTrackingStabilization::flag, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, TRACK_USE_2D_STAB, 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(), CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieTrackingStabilization::flag, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, TRACK_USE_2D_STAB_ROT, TRACK_VIEW_SELECTED, 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 BKE_tracking_object_get_active(), CTX_wm_space_clip(), DEG_id_tag_update(), ED_space_clip_get_clip(), MovieTrackingStabilization::flag, LISTBASE_FOREACH, NC_MOVIECLIP, ND_DISPLAY, OPERATOR_FINISHED, TRACK_USE_2D_STAB_ROT, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_rotation_remove().
|
static |
Definition at line 263 of file tracking_ops_stabilize.cc.
References BKE_tracking_object_get_active(), BKE_tracking_track_flag_set(), 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, 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(), 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, MovieTrackingObject::tracks, update(), and WM_event_add_notifier().
Referenced by CLIP_OT_stabilize_2d_select().