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