Copy Skin Weights
skin.copy_weightsCopy skin weights between meshes with configurable surface and influence association methods.
Instructions
Copy skin weights from one mesh to another using surface and influence association methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_mesh | Yes | Source mesh (must have a skinCluster) | |
| target_mesh | Yes | Target mesh (must have a skinCluster) | |
| surface_association | No | Surface matching method (default: closestPoint) | closestPoint |
| influence_association | No | Influence matching method (default: closestJoint) | closestJoint |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| success | Yes | ||
| source_mesh | Yes | ||
| target_mesh | Yes | ||
| source_skin_cluster | Yes | ||
| target_skin_cluster | Yes |