MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getMaxInputCount

Method getMaxInputCount

Engine/Node.cpp:7288–7295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7286}
7287
7288int
7289Node::getMaxInputCount() const
7290{
7291 ///MT-safe, never changes
7292 assert(_imp->effect);
7293
7294 return _imp->effect->getMaxInputCount();
7295}
7296
7297bool
7298Node::makePreviewByDefault() const

Calls

no outgoing calls

Tested by 1

connectNodesMethod · 0.36