Function SurfaceTool.createFromBlendShape

Creates a vertex array from the specified blend shape of an existing Mesh. This can be used to extract a specific pose from a blend shape.

void createFromBlendShape (
  Mesh existing,
  const(long) surface,
  const(String) blend_shape
) nothrow @nogc;