Set Skin Weights
skin.weights.setSet per-vertex skin weights on a skin cluster with optional normalization to control joint influence accurately.
Instructions
Set per-vertex skin weights with optional normalization. Accepts up to 1000 vertex entries per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weights | Yes | List of {vertex_id: int, weights: {joint: weight}} entries | |
| normalize | No | Normalize weights after setting (default True) | |
| skin_cluster | Yes | Name of the skinCluster node |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| set_count | Yes | ||
| skin_cluster | Yes |