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

Method inputChanged

Engine/TrackerContext.cpp:208–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void
209TrackerContext::inputChanged(int inputNb)
210{
211 // If the cornerPin from points have never been computed, set them
212 KnobBoolPtr fromPointsSetOnceKnob = _imp->cornerPinFromPointsSetOnceAutomatically.lock();
213
214 if ( !fromPointsSetOnceKnob->getValue() ) {
215 setFromPointsToInputRod();
216 fromPointsSetOnceKnob->setValue(true);
217 }
218 s_onNodeInputChanged(inputNb);
219}
220
221std::string
222TrackerContext::generateUniqueTrackName(const std::string& baseName)

Callers 1

onInputChangedMethod · 0.80

Calls 3

lockMethod · 0.45
getValueMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected