Updating Graphs from 2024-2026

Good Morning

This is a pretty general question. Is there a way to easily migrate graphs from 2024-2026. I have a series of graphs constructed and now that many of the nodes have been added to the core dynamo program those nodes are obsolete. Is there a better way to update, or am I going from node to node updating things?

Hi @Spector567,

Unless the author of the package(s) that you use has provided some type of auto-migration tool, then it’s probably a manual process. You can use the Graph Node Manager (see Extensions menu) to help isolate nodes.

If you have a huge number of graphs, you could look into automating the process using the Dynamo API or directly modifying the DYN file. It gets tricky if ports need to be disconnected/reconnected, but if it’s just simply swapping one node for another then editing the DYN directly is viable. You could even use Dynamo to do that :slight_smile:

Thank you for the quick answer.

I could have sworn that during one of the futures meetings the mentioned that’d we’d be able to migrate from from the package to the now added nodes. However, I must have been mistaken.

There were a couple of out-of-the-box nodes that were renamed in 2025.1, but those will all migrate automatically.

Beyond that, any migration for package nodes is the responsibility package authors to facilitate.