MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / notifyNodeNameChanged

Method notifyNodeNameChanged

Engine/NodeGroup.cpp:1438–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436}
1437
1438void
1439NodeGroup::notifyNodeNameChanged(const NodePtr& node)
1440{
1441 GroupInput* isInput = dynamic_cast<GroupInput*>( node->getEffectInstance().get() );
1442
1443 if (isInput) {
1444 getNode()->initializeInputs();
1445 }
1446}
1447
1448void
1449NodeGroup::dequeueConnexions()

Callers 1

setLabelMethod · 0.45

Calls 4

getEffectInstanceMethod · 0.80
getNodeFunction · 0.70
getMethod · 0.45
initializeInputsMethod · 0.45

Tested by

no test coverage detected