createBlendShapeSubsetByNames

fun createBlendShapeSubsetByNames(subsetName: String, blendShapeNames: List<String>): Boolean

Create a BlendShape subset by names.

Return

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

Parameters

subsetName

The name of the BlendShape subset to create.

blendShapeNames

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