|
Blender V5.0
|
#include "DNA_gpencil_legacy_types.h"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "BLI_listbase.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 wmOperatorStatus | detect_features_exec (bContext *C, wmOperator *op) |
| void | CLIP_OT_detect_features (wmOperatorType *ot) |
| void CLIP_OT_detect_features | ( | wmOperatorType * | ot | ) |
Definition at line 98 of file tracking_ops_detect.cc.
References detect_features_exec(), ED_space_clip_tracking_poll(), FLT_MAX, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), RNA_def_float(), and RNA_def_int().
Referenced by clip_operatortypes().
|
static |
Definition at line 50 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(), C, CTX_wm_space_clip(), detect_get_layer(), ED_space_clip_get_clip(), ED_space_clip_get_clip_frame_number(), ed_tracking_deselect_all_tracks(), MovieClip::flag, 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, MovieClip::tracking, MovieTrackingObject::tracks, SpaceClip::user, and WM_event_add_notifier().
Referenced by CLIP_OT_detect_features().
Definition at line 36 of file tracking_ops_detect.cc.
References GP_LAYER_ACTIVE, MovieClip::gpd, bGPdata::layers, and LISTBASE_FOREACH.
Referenced by detect_features_exec().