Blender  V3.3
Functions
mask_relationships.c File Reference
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_mask.h"
#include "BKE_tracking.h"
#include "DEG_depsgraph.h"
#include "DNA_mask_types.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_clip.h"
#include "ED_mask.h"
#include "ED_screen.h"
#include "mask_intern.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ MASK_OT_parent_clear()

void MASK_OT_parent_clear ( wmOperatorType ot)

◆ MASK_OT_parent_set()

void MASK_OT_parent_set ( struct wmOperatorType ot)

◆ mask_parent_clear_exec()

static int mask_parent_clear_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ mask_parent_set_exec()

static int mask_parent_set_exec ( bContext C,
wmOperator UNUSEDop 
)
static