Model:getBlendShapeCount
EditReturns 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
| Name | Type | Description |
| count | number | The total number of blend shapes in the Model. |