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

Method timelineGetTime

Engine/OutputSchedulerThread.cpp:2507–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2505}
2506
2507int
2508DefaultScheduler::timelineGetTime() const
2509{
2510 QMutexLocker k(&_currentTimeMutex);
2511
2512 return _currentTime;
2513}
2514
2515void
2516DefaultScheduler::getFrameRangeToRender(int& first,

Callers

nothing calls this directly

Calls 3

currentFrameMethod · 0.45
getTimelineMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected