How can I copy a node from 1 network to other with python?
This node is a “base node” for some settings - it has about 500 parameters and I want to copy it and then tweak these params - the way of creating node of this type and then setting each parameter is slow
So is there any method to “copy and paste” node with python ?
You need to pass the node(s) you want to copy as a list/tuple or it will crash in crash as you've observed. It now longer crashes in Houdini 11.0 when you do this however.