> 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/animation/get-animation-frame.md).

# Get Animation Frame

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

```
/**
 * Node that retrieves a mesh at a specific frame from an animation sequence.
 * 
 * This node takes a skeletal mesh (in rest pose) and an animation sequence,
 * then outputs the deformed mesh at the specified frame index.
 * 
 * Usage:
 * 1. Connect a skeletal mesh (RestPose) and animation sequence
 * 2. Set the desired frame index
 * 3. Click "Retrieve Frame" to capture the mesh at that frame
 * 4. The output Mesh pin will contain the deformed mesh
 */
```
