copyNodesToClipboard(nodes)
The nodes
argument should be a sequence of hou.OpNode objects that have
the same parent. Copying nodes from different networks at the same
time is currently not supported.
Tip
The copyItemsToClipboard() and pasteItemsFromClipboard() methods of hou.OpNode (called on the parent node) provide a more general way of copying and pasting. They work with all types of network items (for example, sticky notes and grouping boxes), not just nodes.
See also |