MCPcopy 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
2896int
2897Node::getPreferredInputForConnection() const
2898{
2899 return getPreferredInputInternal(false);
2900}
2901
2902NodePtr
2903Node::getPreferredInputNode() const

Callers 6

connectNodesMethod · 0.80
autoConnectNodesMethod · 0.80
checkForHintsMethod · 0.80
redoMethod · 0.80
mouseReleaseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected