|
Blender V4.3
|
#include "DNA_gpencil_legacy_types.h"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "BKE_context.hh"#include "BKE_movieclip.h"#include "BKE_report.hh"#include "BKE_tracking.h"#include "WM_api.hh"#include "WM_types.hh"#include "ED_clip.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "clip_intern.hh"#include "tracking_ops_intern.hh"Go to the source code of this file.
Functions | |
| static bGPDlayer * | detect_get_layer (MovieClip *clip) |
| static int | detect_features_exec (bContext *C, wmOperator *op) |
| void | CLIP_OT_detect_features (wmOperatorType *ot) |
| void CLIP_OT_detect_features | ( | wmOperatorType * | ot | ) |
Definition at line 96 of file tracking_ops_detect.cc.
References wmOperatorType::description, detect_features_exec(), ED_space_clip_tracking_poll(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_enum(), RNA_def_float(), RNA_def_int(), and wmOperatorType::srna.
Referenced by clip_operatortypes().
|
static |
Definition at line 48 of file tracking_ops_detect.cc.
References BKE_movieclip_get_ibuf_flag(), BKE_report(), BKE_tracking_detect_harris(), BKE_tracking_dopesheet_tag_update(), BKE_tracking_object_get_active(), CTX_wm_space_clip(), detect_get_layer(), ED_space_clip_get_clip(), ED_space_clip_get_clip_frame_number(), ed_tracking_deselect_all_tracks(), IMB_freeImBuf(), MCLIP_TIMECODE_FLAGS, MOVIECLIP_CACHE_SKIP, NA_EDITED, NC_MOVIECLIP, OPERATOR_CANCELLED, OPERATOR_FINISHED, wmOperator::ptr, wmOperator::reports, RNA_enum_get(), RNA_float_get(), RNA_int_get(), RPT_ERROR, MovieTrackingObject::tracks, SpaceClip::user, and WM_event_add_notifier().
Referenced by CLIP_OT_detect_features().
Definition at line 34 of file tracking_ops_detect.cc.
References GP_LAYER_ACTIVE, and LISTBASE_FOREACH.
Referenced by detect_features_exec().