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

Method stringToKeyFrameValue

Engine/Knob.cpp:6434–6441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6432}
6433
6434void
6435AnimatingKnobStringHelper::stringToKeyFrameValue(double time,
6436 ViewSpec /*view*/,
6437 const std::string & v,
6438 double* returnValue)
6439{
6440 _animation->insertKeyFrame(time, v, returnValue);
6441}
6442
6443void
6444AnimatingKnobStringHelper::stringFromInterpolatedValue(double interpolated,

Callers 6

makeKeyFrameMethod · 0.80
setKeyValueFromKnobMethod · 0.80
setKeyOnAllParametersMethod · 0.80

Calls 1

insertKeyFrameMethod · 0.80

Tested by

no test coverage detected