Get Skin Weights
skin.weights.getRetrieve per-vertex skin weights from a skin cluster with pagination via offset and limit parameters.
Instructions
Get per-vertex skin weights with offset/limit pagination. Default limit is 100 vertices (skin weight data is dense). Use offset to paginate through large meshes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum vertices to return (default 100, use 0 for unlimited) | |
| offset | No | Starting vertex index (0-based) | |
| skin_cluster | Yes | Name of the skinCluster node |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh | Yes | ||
| count | Yes | ||
| errors | Yes | ||
| offset | Yes | ||
| vertices | Yes | ||
| truncated | No | ||
| influences | Yes | ||
| total_count | No | ||
| skin_cluster | Yes | ||
| vertex_count | Yes | ||
| _size_warning | No | ||
| geometry_type | No | ||
| _original_size | No | ||
| _truncated_size | No | ||
| influence_count | Yes |