Blender V5.0
mask_relationships.cc File Reference
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BLI_string_utf8.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 wmOperatorStatus mask_parent_clear_exec (bContext *C, wmOperator *)
void MASK_OT_parent_clear (wmOperatorType *ot)
static wmOperatorStatus mask_parent_set_exec (bContext *C, wmOperator *)
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 ( wmOperatorType * ot)

based on #OBJECT_OT_parent_set

Definition at line 155 of file mask_relationships.cc.

References ED_space_clip_maskedit_mask_poll(), mask_parent_set_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by ED_operatortypes_mask().

◆ mask_parent_clear_exec()

◆ mask_parent_set_exec()