Blender V4.3
tracking_ops_stabilize.cc File Reference
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_tracking.h"
#include "DEG_depsgraph.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_clip.hh"
#include "clip_intern.hh"

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

Function Documentation

◆ CLIP_OT_stabilize_2d_add()

◆ CLIP_OT_stabilize_2d_remove()

◆ CLIP_OT_stabilize_2d_rotation_add()

◆ CLIP_OT_stabilize_2d_rotation_remove()

◆ CLIP_OT_stabilize_2d_rotation_select()

◆ CLIP_OT_stabilize_2d_select()

◆ stabilize_2d_add_exec()

◆ stabilize_2d_poll()

◆ stabilize_2d_remove_exec()

◆ stabilize_2d_rotation_add_exec()

◆ stabilize_2d_rotation_remove_exec()

◆ stabilize_2d_rotation_select_exec()

◆ stabilize_2d_select_exec()