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

Method notifyNodeNameChanged

Engine/NodeGroup.cpp:1424–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422}
1423
1424void
1425NodeGroup::notifyNodeNameChanged(const NodePtr& node)
1426{
1427 GroupInput* isInput = dynamic_cast<GroupInput*>( node->getEffectInstance().get() );
1428
1429 if (isInput) {
1430 getNode()->initializeInputs();
1431 }
1432}
1433
1434void
1435NodeGroup::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