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

Method onParentMultiInstanceInputChanged

Engine/Node.cpp:4460–4466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4458
4459
4460void
4461Node::onParentMultiInstanceInputChanged(int input)
4462{
4463 ++_imp->inputModifiedRecursion;
4464 _imp->effect->onInputChanged(input);
4465 --_imp->inputModifiedRecursion;
4466}
4467
4468void
4469Node::onFileNameParameterChanged(KnobI* fileKnob)

Callers

nothing calls this directly

Calls 1

onInputChangedMethod · 0.45

Tested by

no test coverage detected