Blender V5.0
mask_shapekey.cc File Reference
#include <cstdlib>
#include "BLI_listbase.h"
#include "BKE_context.hh"
#include "BKE_mask.h"
#include "DNA_mask_types.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_mask.hh"
#include "mask_intern.hh"

Go to the source code of this file.

Functions

static wmOperatorStatus mask_shape_key_insert_exec (bContext *C, wmOperator *)
void MASK_OT_shape_key_insert (wmOperatorType *ot)
static wmOperatorStatus mask_shape_key_clear_exec (bContext *C, wmOperator *)
void MASK_OT_shape_key_clear (wmOperatorType *ot)
static wmOperatorStatus mask_shape_key_feather_reset_exec (bContext *C, wmOperator *)
void MASK_OT_shape_key_feather_reset (wmOperatorType *ot)
static wmOperatorStatus mask_shape_key_rekey_exec (bContext *C, wmOperator *op)
void MASK_OT_shape_key_rekey (wmOperatorType *ot)
void ED_mask_layer_shape_auto_key (MaskLayer *mask_layer, const int frame)
bool ED_mask_layer_shape_auto_key_all (Mask *mask, const int frame)
bool ED_mask_layer_shape_auto_key_select (Mask *mask, const int frame)

Function Documentation

◆ ED_mask_layer_shape_auto_key()

◆ ED_mask_layer_shape_auto_key_all()

bool ED_mask_layer_shape_auto_key_all ( Mask * mask,
const int frame )

Definition at line 384 of file mask_shapekey.cc.

References ED_mask_layer_shape_auto_key(), LISTBASE_FOREACH, and mask().

◆ ED_mask_layer_shape_auto_key_select()

bool ED_mask_layer_shape_auto_key_select ( Mask * mask,
const int frame )

◆ MASK_OT_shape_key_clear()

void MASK_OT_shape_key_clear ( wmOperatorType * ot)

◆ MASK_OT_shape_key_feather_reset()

void MASK_OT_shape_key_feather_reset ( wmOperatorType * ot)

◆ MASK_OT_shape_key_insert()

void MASK_OT_shape_key_insert ( wmOperatorType * ot)

◆ MASK_OT_shape_key_rekey()

void MASK_OT_shape_key_rekey ( wmOperatorType * ot)

◆ mask_shape_key_clear_exec()

◆ mask_shape_key_feather_reset_exec()

◆ mask_shape_key_insert_exec()

◆ mask_shape_key_rekey_exec()