Blender  V3.3
Functions
tracking_ops_stabilize.c File Reference
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_tracking.h"
#include "DEG_depsgraph.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_clip.h"
#include "clip_intern.h"

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 *UNUSED(op))
 
void CLIP_OT_stabilize_2d_add (wmOperatorType *ot)
 
static int stabilize_2d_remove_exec (bContext *C, wmOperator *UNUSED(op))
 
void CLIP_OT_stabilize_2d_remove (wmOperatorType *ot)
 
static int stabilize_2d_select_exec (bContext *C, wmOperator *UNUSED(op))
 
void CLIP_OT_stabilize_2d_select (wmOperatorType *ot)
 
static int stabilize_2d_rotation_add_exec (bContext *C, wmOperator *UNUSED(op))
 
void CLIP_OT_stabilize_2d_rotation_add (wmOperatorType *ot)
 
static int stabilize_2d_rotation_remove_exec (bContext *C, wmOperator *UNUSED(op))
 
void CLIP_OT_stabilize_2d_rotation_remove (wmOperatorType *ot)
 
static int stabilize_2d_rotation_select_exec (bContext *C, wmOperator *UNUSED(op))
 
void CLIP_OT_stabilize_2d_rotation_select (wmOperatorType *ot)
 

Function Documentation

◆ CLIP_OT_stabilize_2d_add()

void CLIP_OT_stabilize_2d_add ( wmOperatorType ot)

◆ CLIP_OT_stabilize_2d_remove()

void CLIP_OT_stabilize_2d_remove ( wmOperatorType ot)

◆ CLIP_OT_stabilize_2d_rotation_add()

void CLIP_OT_stabilize_2d_rotation_add ( wmOperatorType ot)

◆ CLIP_OT_stabilize_2d_rotation_remove()

void CLIP_OT_stabilize_2d_rotation_remove ( wmOperatorType ot)

◆ CLIP_OT_stabilize_2d_rotation_select()

void CLIP_OT_stabilize_2d_rotation_select ( wmOperatorType ot)

◆ CLIP_OT_stabilize_2d_select()

void CLIP_OT_stabilize_2d_select ( wmOperatorType ot)

◆ stabilize_2d_add_exec()

static int stabilize_2d_add_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ stabilize_2d_poll()

static bool stabilize_2d_poll ( bContext C)
static

◆ stabilize_2d_remove_exec()

static int stabilize_2d_remove_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ stabilize_2d_rotation_add_exec()

static int stabilize_2d_rotation_add_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ stabilize_2d_rotation_remove_exec()

static int stabilize_2d_rotation_remove_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ stabilize_2d_rotation_select_exec()

static int stabilize_2d_rotation_select_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ stabilize_2d_select_exec()

static int stabilize_2d_select_exec ( bContext C,
wmOperator UNUSEDop 
)
static