Hello Everyone,
I created a Dynamo graph and saved it as a custom node; however, the problem is that I don’t want anyone to double-click on the custom node and make changes to the Dynamo graph. Does anyone know how to prevent this? If there is a simple way to do it without coding in C#, I would greatly appreciate it.
.DYF nodes and Python script cannot be secured.
Your options are to store Python content on a secure server and load it in your Python script or via the Pgthon Script From String node, execute the code remotely, or write a C# version of the node.
FWIW I have seen many people ask about this, and most have spent more time and money trying to secure the code then they could ever hope to aquire by keeping it for themselves.
1 Like