Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ getPreferredInputForConnection
Method
getPreferredInputForConnection
Engine/Node.cpp:2896–2900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2894
}
2895
2896
int
2897
Node::getPreferredInputForConnection() const
2898
{
2899
return getPreferredInputInternal(false);
2900
}
2901
2902
NodePtr
2903
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