ModelData: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 ModelData:getMeshBlendShapeCount.

count = ModelData:getBlendShapeCount()

Arguments

None

Returns

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

See also