Model:getBlendShapeCount

Edit

Returns the total number of blend shapes in the Model.

This is a combined list from all the meshes. It is also possible to query the blend shapes for a single mesh, using Model:getMeshBlendShapeCount.

count = Model:getBlendShapeCount()

Arguments

None

Returns

NameTypeDescription
countnumber The total number of blend shapes in the Model.

See also