Create a custom node, and make it non editable

Hi All,

I have created a few custom nodes (which are just a group of other nodes connected together), but i want to make this node non-editable as i will need to distribute this node in the office and very likey there will be a lot of users that will start modifying and “tweaking” the node.

is there a way to lock it? i have seen some nodes dont have the option of double-click editing, so basically i want to do the same thing.

Regards,
Alex

You would need to make them Zero Touch nodes in c#. Custom nodes in Dynamo are by their nature editable.

Now, you could put the package on the network without write access which means the nodes can’t be saved over, but it won’t keep them “locked” while in the current session of Dynamo.

1 Like

Thanks Sean