| 1513 | } |
| 1514 | |
| 1515 | void |
| 1516 | GuiAppInstance::getUserKeyframes(std::list<SequenceTime>* keys) const |
| 1517 | { |
| 1518 | ///runs only in the main thread |
| 1519 | assert( QThread::currentThread() == qApp->thread() ); |
| 1520 | |
| 1521 | *keys = _imp->timelineUserKeys; |
| 1522 | } |
| 1523 | |
| 1524 | void |
| 1525 | GuiAppInstance::addNodesKeyframesToTimeline(const std::list<Node*> & nodes) |
no outgoing calls
no test coverage detected