Studio and Graph
Stream
- Mesh Stream: Pushes the mesh out to another application, Blender for instance, and takes back whatever it sends home when you stop the stream.
Mesh Morpher documentation
Studio and Graph
Studio and Graph › Stream
Hands the mesh on the input off to another application over a local connection, Blender being the intended partner, so you can sculpt or model on it there and see the result update live in the prev...

The Mesh Stream node
Hands the mesh on the input off to another application over a local connection, Blender being the intended partner, so you can sculpt or model on it there and see the result update live in the preview here as you work. Press Start Stream to send it out; nothing round-trips back to the Mesh output until you press Stop Stream, which is also the point where whatever the other application sent back gets written there.
Good for iteration, not for anything you mean to keep, because a stream has no file behind it. Load File Mesh for that.
Subject Name has to match exactly what the other application connects under. Get it wrong and there is no error and no geometry, just a node that never updates. Check the name, and check the stream was actually started, before you go looking at the graph.
| Pin | Type | Description |
|---|---|---|
Mesh |
Mesh | The mesh to send out, under the Subject Name you set below. |
| Pin | Type | Description |
|---|---|---|
Mesh |
Mesh | Whatever the other application sent back. It only updates when you stop the stream. |
| Setting | Type | Description |
|---|---|---|
Subject Name |
Text | The name the other application connects to. It has to match on both ends, and changing it mid-stream does nothing until you stop and start again. |
| Mesh syncing with Mesh Stream | Read the walkthrough on meshmorpher.com | https://meshmorpher.com/blog/mesh-syncing-with-mesh-stream |
Available in Mesh Morpher Graph and Mesh Morpher Studio.