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

Method getFrameRangeToRender

Engine/OutputSchedulerThread.cpp:2515–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2513}
2514
2515void
2516DefaultScheduler::getFrameRangeToRender(int& first,
2517 int& last) const
2518{
2519 OutputSchedulerThreadStartArgsPtr args = getCurrentRunArgs();
2520
2521 first = args->firstFrame;
2522 last = args->lastFrame;
2523}
2524
2525void
2526DefaultScheduler::handleRenderFailure(const std::string& errorMessage)

Callers

nothing calls this directly

Calls 5

lockMethod · 0.45
getAppMethod · 0.45
getMethod · 0.45
getTimelineBoundsMethod · 0.45

Tested by

no test coverage detected