ModelData:getBlendShapeName

Edit

Returns the name of a blend shape in the model.

name = ModelData:getBlendShapeName(index)

Arguments

NameTypeDescription
indexnumber The index of a blend shape.

Returns

NameTypeDescription
namestring The name of the blend shape.

Notes

This function will throw an error if the blend shape index is invalid.

See also