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

Method onInputChanged

Engine/ReadNode.cpp:1068–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068void
1069ReadNode::onInputChanged(int inputNo)
1070{
1071 NodePtr p = getEmbeddedReader();
1072 if (p) {
1073 p->getEffectInstance()->onInputChanged(inputNo);
1074 }
1075}
1076
1077void
1078ReadNode::purgeCaches()

Callers 4

notifyNodeDeactivatedMethod · 0.45
notifyNodeActivatedMethod · 0.45
refreshOutputNodeMethod · 0.45

Calls 1

getEffectInstanceMethod · 0.80

Tested by

no test coverage detected