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

Method stringToKeyFrameValue

Engine/Knob.cpp:6189–6196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6187}
6188
6189void
6190AnimatingKnobStringHelper::stringToKeyFrameValue(double time,
6191 ViewSpec /*view*/,
6192 const std::string & v,
6193 double* returnValue)
6194{
6195 _animation->insertKeyFrame(time, v, returnValue);
6196}
6197
6198void
6199AnimatingKnobStringHelper::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