> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/skeleton/remove-bones.md).

# Remove Bones

<div align="left"><figure><img src="/files/gWlIMEDuqIgVUa6CQq7u" 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
 */
```
