Blender V4.3
mask_relationships.cc File Reference
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "BKE_context.hh"
#include "BKE_mask.h"
#include "BKE_tracking.h"
#include "DEG_depsgraph.hh"
#include "DNA_mask_types.h"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_clip.hh"
#include "ED_mask.hh"
#include "ED_screen.hh"
#include "mask_intern.hh"

Go to the source code of this file.

Functions

static int mask_parent_clear_exec (bContext *C, wmOperator *)
 
void MASK_OT_parent_clear (wmOperatorType *ot)
 
static int mask_parent_set_exec (bContext *C, wmOperator *)
 
void MASK_OT_parent_set (wmOperatorType *ot)
 

Function Documentation

◆ MASK_OT_parent_clear()

◆ MASK_OT_parent_set()

◆ mask_parent_clear_exec()

◆ mask_parent_set_exec()