Can I get the title of the nodes?

Can you get the title of the nodes that I have inside the dynamo scrip by means of a txt that registers it in a correlative way in the order that it is being executed ? the idea is to be able to understand a little easier the dynamo scripts.

The TuneUp extension would essentially do this (although you’d have to run the graph from the workspace), but why do you specifically need this to better understand the scripts? The nodes will execute based on the input flow. In cases where the order actually matters you would have to code the graph to execute in the right order anyway.

Graph Node Manager does this too - and you can export them all to JSON or CSV :slight_smile:

3 Likes

Does Package.Nodename in DS still work?
In the future?

Yes - there have been no changes to that :slight_smile: Providing the actual node will execute post .NET upgrade the DesignScript will be unchanged.

1 Like

You can open dynamo scripts with notepad - even importing it into a dynamo file as text, so you could create a definition that provided a summary of nodes in order.

thank

1 Like