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

Method removeNodeKeyframesFromTimeline

Gui/GuiAppInstance.cpp:1573–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571}
1572
1573void
1574GuiAppInstance::removeNodeKeyframesFromTimeline(Node* node)
1575{
1576 ///runs only in the main thread
1577 assert( QThread::currentThread() == qApp->thread() );
1578
1579 node->hideKeyframesFromTimeline(true);
1580}
1581
1582void
1583GuiAppInstance::getKeyframes(std::list<SequenceTime>* keys) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected