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