Blender V4.3
tracking_ops_detect.cc File Reference
#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 bGPDlayerdetect_get_layer (MovieClip *clip)
 
static int detect_features_exec (bContext *C, wmOperator *op)
 
void CLIP_OT_detect_features (wmOperatorType *ot)
 

Function Documentation

◆ CLIP_OT_detect_features()

◆ detect_features_exec()

◆ detect_get_layer()

static bGPDlayer * detect_get_layer ( MovieClip * clip)
static

Definition at line 34 of file tracking_ops_detect.cc.

References GP_LAYER_ACTIVE, and LISTBASE_FOREACH.

Referenced by detect_features_exec().