Blender  V3.3
Functions
tracking_ops_detect.c File Reference
#include "DNA_gpencil_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "BKE_context.h"
#include "BKE_movieclip.h"
#include "BKE_report.h"
#include "BKE_tracking.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_clip.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "clip_intern.h"
#include "tracking_ops_intern.h"

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()

void CLIP_OT_detect_features ( wmOperatorType ot)

◆ detect_features_exec()

static int detect_features_exec ( bContext C,
wmOperator op 
)
static

◆ detect_get_layer()

static bGPDlayer* detect_get_layer ( MovieClip clip)
static

Definition at line 33 of file tracking_ops_detect.c.

References ListBase::first, GP_LAYER_ACTIVE, MovieClip::gpd, bGPdata::layers, and NULL.

Referenced by detect_features_exec().