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

Method setValueAtTime

Engine/PyParameter.cpp:846–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void
847IntParam::setValueAtTime(int value,
848 double time,
849 int dimension)
850{
851 KnobIntPtr knob = _intKnob.lock();
852 if (!knob) {
853 return;
854 }
855 knob->setValueAtTime(time, value, ViewSpec::current(), dimension);
856}
857
858void
859IntParam::setDefaultValue(int value,

Callers 1

setMethod · 0.45

Calls 3

currentFunction · 0.85
toStdStringMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected