Print view · Declare Value · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Declare Value

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/variables/declare-value

Studio and Graph › Voxel › Variables

Declare Value

Saves an intermediate value under a name so you can read it back elsewhere without dragging a wire across the graph.

Declare Value node

The Declare Value node

When to use it

Saves an intermediate value under a name so you can read it back elsewhere without dragging a wire across the graph.

Wire it in line the way you normally would; the input passes straight through. Then read it anywhere with a Use Value node carrying the same name.

Worth it for a value that genuinely feeds several branches. For anything local, a wire is easier to follow. Leave the Name empty and it warns you, because nothing can read it.

Pins

Pin Type Description
Value Number The value to put the name on.
Pin Type Description
Value Number The same value, untouched. Keep wiring from here as normal.

Settings

Setting Type Description
Name Text What to call it. A Use Value node with the same name reads it back. Leave it blank and nothing can find it.