> 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/copy-bone-transforms.md).

# Copy Bone Transforms

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

```
/**
 * Node that copies bone transforms from one mesh to another.
 * 
 * Transfers skeleton pose data between meshes, optionally
 * applying skinning deformation to the target mesh.
 * 
 * Usage:
 * 1. Connect source mesh (with pose) and target mesh
 * 2. Enable skinning if needed
 * 3. Output has updated skeleton transforms
 */
```
