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

Method removeNodeKeyframesFromTimeline

Gui/GuiAppInstance.cpp:1555–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1553}
1554
1555void
1556GuiAppInstance::removeNodeKeyframesFromTimeline(Node* node)
1557{
1558 ///runs only in the main thread
1559 assert( QThread::currentThread() == qApp->thread() );
1560
1561 node->hideKeyframesFromTimeline(true);
1562}
1563
1564void
1565GuiAppInstance::getKeyframes(std::list<SequenceTime>* keys) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected