Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ copyNodes
Method
copyNodes
Gui/NodeGraph40.cpp:113–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void
114
NodeGraph::copyNodes(const NodesGuiList& nodes,
115
NodeClipBoard& clipboard)
116
{
117
_imp->copyNodesInternal(nodes, clipboard);
118
}
119
120
void
121
NodeGraph::copySelectedNodes()
Callers
1
InlineGroupCommand
Method · 0.80
Calls
1
copyNodesInternal
Method · 0.80
Tested by
no test coverage detected