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

Method cloneExtraDataAndCheckIfChanged

Engine/Knob.cpp:6393–6405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6391}
6392
6393bool
6394AnimatingKnobStringHelper::cloneExtraDataAndCheckIfChanged(KnobI* other,
6395 int /*dimension*/,
6396 int /*otherDimension*/)
6397{
6398 AnimatingKnobStringHelper* isAnimatedString = dynamic_cast<AnimatingKnobStringHelper*>(other);
6399
6400 if (isAnimatedString) {
6401 return _animation->cloneAndCheckIfChanged( isAnimatedString->getAnimation() );
6402 }
6403
6404 return false;
6405}
6406
6407void
6408AnimatingKnobStringHelper::cloneExtraData(KnobI* other,

Callers

nothing calls this directly

Calls 2

getAnimationMethod · 0.45

Tested by

no test coverage detected