Blender  V3.3
Functions
mask_shapekey.c File Reference
#include <stdlib.h>
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_mask.h"
#include "DNA_mask_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_mask.h"
#include "mask_intern.h"

Go to the source code of this file.

Functions

static int mask_shape_key_insert_exec (bContext *C, wmOperator *UNUSED(op))
 
void MASK_OT_shape_key_insert (wmOperatorType *ot)
 
static int mask_shape_key_clear_exec (bContext *C, wmOperator *UNUSED(op))
 
void MASK_OT_shape_key_clear (wmOperatorType *ot)
 
static int mask_shape_key_feather_reset_exec (bContext *C, wmOperator *UNUSED(op))
 
void MASK_OT_shape_key_feather_reset (wmOperatorType *ot)
 
static int 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()

void ED_mask_layer_shape_auto_key ( MaskLayer mask_layer,
const int  frame 
)

◆ ED_mask_layer_shape_auto_key_all()

bool ED_mask_layer_shape_auto_key_all ( Mask mask,
const int  frame 
)

Definition at line 379 of file mask_shapekey.c.

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()

static int mask_shape_key_clear_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ mask_shape_key_feather_reset_exec()

static int mask_shape_key_feather_reset_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ mask_shape_key_insert_exec()

static int mask_shape_key_insert_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ mask_shape_key_rekey_exec()

static int mask_shape_key_rekey_exec ( bContext C,
wmOperator op 
)
static