Blender V4.3
mask_shapekey.cc File Reference
#include <cstdlib>
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_mask.h"
#include "DNA_mask_types.h"
#include "DNA_object_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 int mask_shape_key_insert_exec (bContext *C, wmOperator *)
 
void MASK_OT_shape_key_insert (wmOperatorType *ot)
 
static int mask_shape_key_clear_exec (bContext *C, wmOperator *)
 
void MASK_OT_shape_key_clear (wmOperatorType *ot)
 
static int mask_shape_key_feather_reset_exec (bContext *C, wmOperator *)
 
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()

◆ ED_mask_layer_shape_auto_key_all()

bool ED_mask_layer_shape_auto_key_all ( Mask * mask,
const int frame )

Definition at line 386 of file mask_shapekey.cc.

References ED_mask_layer_shape_auto_key(), and LISTBASE_FOREACH.

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

◆ MASK_OT_shape_key_feather_reset()

◆ MASK_OT_shape_key_insert()

◆ MASK_OT_shape_key_rekey()

◆ mask_shape_key_clear_exec()

◆ mask_shape_key_feather_reset_exec()

◆ mask_shape_key_insert_exec()

◆ mask_shape_key_rekey_exec()