ModelData:getMeshBlendShapeName
EditReturns the name of a blend shape.
name = ModelData:getMeshBlendShapeName(mesh, blendshape)Arguments
| Name | Type | Description |
| mesh | number | The index of a mesh. |
| blendshape | number | The index of a blend shape in the mesh. |
Returns
| Name | Type | Description |
| name | string | The name of the blend shape. |