> 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/pose.md).

# Pose

<div align="left"><figure><img src="/files/UXGwZpcLKVJFNgjtB2Fm" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that applies a skeleton pose to a mesh.
 * 
 * Opens a viewport for interactively posing the skeleton
 * and outputs the deformed mesh.
 * 
 * Usage:
 * 1. Connect skeletal mesh input
 * 2. Use viewport to pose skeleton
 * 3. Output is the posed mesh
 */
```
