# Remove Bones

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FO8DNLnrTY1mpngeBYv6T%2Fimage.png?alt=media&#x26;token=cee2f9e1-96ea-4a2b-b33d-2d46dbdce892" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that removes bones from a skeleton.
 * 
 * Deletes specified bones and optionally their children,
 * redistributing vertex weights to remaining bones.
 * 
 * Usage:
 * 1. Connect mesh with skeleton
 * 2. Enter bone names to remove (one per line)
 * 3. Output has simplified skeleton
 */
```
