Blender V4.3
MOD_shapekey.cc File Reference
#include "BLI_math_matrix.h"
#include "BLI_utildefines.h"
#include "BLT_translation.hh"
#include "DNA_key_types.h"
#include "DNA_object_types.h"
#include "BKE_key.hh"
#include "RNA_prototypes.hh"
#include "MOD_modifiertypes.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Functions

static void deform_verts (ModifierData *, const ModifierEvalContext *ctx, Mesh *, blender::MutableSpan< blender::float3 > positions)
 
static void deform_matrices (ModifierData *md, const ModifierEvalContext *ctx, Mesh *mesh, blender::MutableSpan< blender::float3 > positions, blender::MutableSpan< blender::float3x3 > matrices)
 
static void deform_verts_EM (ModifierData *md, const ModifierEvalContext *ctx, const BMEditMesh *, Mesh *mesh, blender::MutableSpan< blender::float3 > positions)
 
static void deform_matrices_EM (ModifierData *, const ModifierEvalContext *ctx, const BMEditMesh *, Mesh *, blender::MutableSpan< blender::float3 >, blender::MutableSpan< blender::float3x3 > matrices)
 

Variables

ModifierTypeInfo modifierType_ShapeKey
 

Function Documentation

◆ deform_matrices()

◆ deform_matrices_EM()

◆ deform_verts()

static void deform_verts ( ModifierData * ,
const ModifierEvalContext * ctx,
Mesh * ,
blender::MutableSpan< blender::float3 > positions )
static

◆ deform_verts_EM()

static void deform_verts_EM ( ModifierData * md,
const ModifierEvalContext * ctx,
const BMEditMesh * ,
Mesh * mesh,
blender::MutableSpan< blender::float3 > positions )
static

Variable Documentation

◆ modifierType_ShapeKey

ModifierTypeInfo modifierType_ShapeKey

Definition at line 103 of file MOD_shapekey.cc.