Go to the source code of this file.
|
| 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) |
◆ deform_matrices()
Definition at line 41 of file MOD_shapekey.cc.
References BKE_key_from_object(), BKE_keyblock_from_object(), copy_m3_m3(), KeyBlock::curval, deform_matrices(), deform_verts(), OB_SHAPE_LOCK, ModifierEvalContext::object, Key::refkey, scale_m3_fl(), Object::shapeflag, blender::MutableSpan< T >::size(), and KeyBlock::totelem.
◆ deform_matrices_EM()
◆ deform_verts()
◆ deform_verts_EM()
◆ modifierType_ShapeKey