createBlendShapeSubsetByIndices

fun createBlendShapeSubsetByIndices(subsetName: String, indices: List<Int>): Boolean

Create a BlendShape subset by indices.

Return

true if the subset was successfully created, false if the indices are invalid.

Parameters

subsetName

The name of the BlendShape subset to create.

indices

A list of indices of BlendShapes to include in the subset.