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

Method onParentMultiInstanceInputChanged

Engine/Node.cpp:8231–8237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8229} // Node::onInputChanged
8230
8231void
8232Node::onParentMultiInstanceInputChanged(int input)
8233{
8234 ++_imp->inputModifiedRecursion;
8235 _imp->effect->onInputChanged(input);
8236 --_imp->inputModifiedRecursion;
8237}
8238
8239bool
8240Node::duringInputChangedAction() const

Callers

nothing calls this directly

Calls 1

onInputChangedMethod · 0.45

Tested by

no test coverage detected