Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getPreferredInputForConnection
Method
getPreferredInputForConnection
Engine/NodeInputs.cpp:1514–1518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1512
}
1513
1514
int
1515
Node::getPreferredInputForConnection() const
1516
{
1517
return getPreferredInputInternal(false);
1518
}
1519
1520
NodePtr
1521
Node::getPreferredInputNode() const
Callers
6
connectNodes
Method · 0.80
autoConnectNodes
Method · 0.80
checkForHints
Method · 0.80
moveNodesForIdealPosition
Method · 0.80
redo
Method · 0.80
mouseReleaseEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected