ModelData: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 ModelData:getMeshBlendShapeCount.
count = ModelData:getBlendShapeCount()Arguments
None
Returns
| Name | Type | Description |
| count | number | The total number of blend shapes in the model. |