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

Method areKeyframesVisibleOnTimeline

Engine/Node.cpp:5526–5532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5524}
5525
5526bool
5527Node::areKeyframesVisibleOnTimeline() const
5528{
5529 assert( QThread::currentThread() == qApp->thread() );
5530
5531 return _imp->keyframesDisplayedOnTimeline;
5532}
5533
5534bool
5535Node::hasAnimatedKnob() const

Callers 2

resetInstancesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected