Make Dynamo file sharable with Security

I was wondering is there any way to share the dynamo graphs with others without seeing the logic behind it. I was just thinking if I want to share my dynamo with someone just for testing but not like to share what’s going on behind it, It would be helpful for secure our logic/method. So, is there any way to do this ?

There is no way to do it in Dynamo, it’s open source and your script is not compiled before execution.
If you want to hide stuff better go to C# developing zero touch nodes or directly a plugin.

Yeah, I thought so. It would be better to convert dynamo logic to C# code and then share as a Plugin. Thanks by the way.

1 Like