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

Method removeAnimation

Engine/Knob.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void
172KnobI::removeAnimation(ViewSpec view,
173 int dimension)
174{
175 if ( canAnimate() ) {
176 removeAnimationWithReason(view, dimension, eValueChangedReasonNatronInternalEdited);
177 }
178}
179
180void
181KnobI::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