> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-studio-usage-guide/live-streaming/streaming-mocap-data-into-blender.md).

# Streaming Mocap Data into Blender

[**Blender**](https://www.blender.org/) is an open-source 3D creation tool that lets you handle modeling, rigging, animation, and rendering.

With MOVIN TRACIN and MOVIN Studio, you can stream real-time motion capture data directly into Blender, making it ideal for a wide range of workflows, including character animation, post-editing, and asset creation.

{% stepper %}
{% step %}

### Download the Blender Plugin

* On the [MOVIN's Github page](https://github.com/MOVIN3D/MOVIN-Blender-Plugin), download the file for Blender.&#x20;
  {% endstep %}

{% step %}

### Install the Add-on in Blender

* Open your Blender project and go to **Edit > Preferences**.

<figure><img src="/files/ezQ8R8Rwj2UeO26PkEvE" alt="" width="563"><figcaption></figcaption></figure>

* In the **Add-ons** tab, click **Add-ons Settings > Install from Disk** in the upper-right corner.\
  Select the downloaded 'movin\_blender\_plugin.py' file to install the **MOVIN Live Receiver** add-on.&#x20;
  {% endstep %}

{% step %}

### Set up MOVIN Live in Blender

<figure><img src="/files/wHnUokfYoBcfQGVma04Z" alt=""><figcaption></figcaption></figure>

* In the MOVIN Live penal, set the appropriate **Armature name** and **Hips Bone name** for your character.&#x20;
* After check the values, click the Start button
  {% endstep %}

{% step %}

### Start OSC protocol Streaming from MOVIN Studio

<figure><img src="/files/ha8wYiyAwkwetaEDC2JS" alt=""><figcaption></figcaption></figure>

* Return to MOVIN Studio and start streaming using the OSC protocol.&#x20;
* Before starting, make sure the **port number** set in blender matches the **port number** configured in MOVIN Studio.&#x20;
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.movin3d.com/movin-studio-usage-guide/live-streaming/streaming-mocap-data-into-blender.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
