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

Method removeAnimation

Engine/Knob.cpp:316–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void
317KnobI::removeAnimation(ViewSpec view,
318 int dimension)
319{
320 if ( canAnimate() ) {
321 removeAnimationWithReason(view, dimension, eValueChangedReasonNatronInternalEdited);
322 }
323}
324
325void
326KnobI::onAnimationRemoved(ViewSpec view,

Callers 9

deleteAllKeysFunction · 0.45
resetTransformsCenterMethod · 0.45
resetTrackMethod · 0.45
resetTransformCenterMethod · 0.45
addOrRemoveKeyframeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected