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

Method addNodeKeyframesToTimeline

Gui/GuiAppInstance.cpp:1544–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542}
1543
1544void
1545GuiAppInstance::addNodeKeyframesToTimeline(Node* node)
1546{
1547 ///runs only in the main thread
1548 assert( QThread::currentThread() == qApp->thread() );
1549
1550 node->showKeyframesOnTimeline(true);
1551}
1552
1553void
1554GuiAppInstance::removeNodesKeyframesFromTimeline(const std::list<Node*> & nodes)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected