ModelData:getMeshBlendShapeCount

Edit

Returns the number of blend shapes in one of the model's meshes.

count = ModelData:getMeshBlendShapeCount(mesh)

Arguments

NameTypeDescription
meshnumber The index of the mesh.

Returns

NameTypeDescription
countnumber The number of blend shapes the mesh has.

See also