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

Method addNodeKeyframesToTimeline

Gui/GuiAppInstance.cpp:1526–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526void
1527GuiAppInstance::addNodeKeyframesToTimeline(Node* node)
1528{
1529 ///runs only in the main thread
1530 assert( QThread::currentThread() == qApp->thread() );
1531
1532 node->showKeyframesOnTimeline(true);
1533}
1534
1535void
1536GuiAppInstance::removeNodesKeyframesFromTimeline(const std::list<Node*> & nodes)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected