Skip to main content
This is 2026.9 preview documentation. Coverage here is incremental: a page exists only where 2026.9 differs or is newly documented.
Existing scripts keep working. Nothing on your canvas is deleted. This page is the mechanical path onto the current Load and Publish nodes. For publish and load today, see How to use Speckle for Grasshopper. For node names, Explore, and extra objects, see Grasshopper in 2026.9.
Nothing is removed from your canvas and no wires break. The nodes you already have are renamed and hidden from the ribbon, not deleted.

When to switch

Before and after

The same rename applies to (Sync) Load and (Sync) Publish.

How to switch

1

Add the current Load node

Place a Load node from the ribbon and move your Speckle Model wire onto it. You should see the same Collection output as before.
2

Reconnect anything downstream

Check that nodes reading that Collection still resolve. Objects come through as Speckle Objects rather than Data Objects — the same shape under a new name — so most wires carry straight over.
3

Delete the old node

Remove the Load (legacy) node once nothing is wired to it. The definition should now load through the current node only.
4

Repeat for Publish, if your script publishes

Confirm collaborators have upgraded first. Switching Publish affects people who load your model, not just you. If you are not sure, leave Publish on the legacy node and upgrade Load only.
If your script publishes and then reloads in the same definition, use the current nodes for both. A version created by the current Publish node cannot be read by a Load (legacy) node.

Messages you might see

FAQ

No. Nodes are matched by identity, not by name, so renaming them has no effect on your files. No node turns into a placeholder and no wire is dropped.
You can — it is in the same place it always was. The node named Load (legacy) is the hidden one, and the Load in the ribbon is the current node.
Yes. Copy and paste still works. Replace it with the current node so the script does not carry the older behaviour forward.
No. They are independent. Upgrading Load only is a good first step, because it affects nobody but you.
Last modified on September 2, 2026