Put node into graphs

Hi, is there a way to put a python node into all my scripts? It’s for tracking each graph being used.

I believe the answer to this is ‘yes’.

Dynamo nodes are text files under the hood, so all you’d need to do is reverse engineer the change by comparing the file ‘with the added python’ to the file ‘without the added python’ and see what lines have to be inserted where, and how that may change in other files. There is a structure which cannot be altered to some extent. I was thinking I might play around with this method of altering graphs to see what I can learn from it after AU is over, so let me know where you get with this if you try. :slight_smile:

2 Likes