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

Method isDoingSequentialRender

Engine/OutputSchedulerThread.cpp:3321–3325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3319}
3320
3321bool
3322RenderEngine::isDoingSequentialRender() const
3323{
3324 return _imp->scheduler ? _imp->scheduler->isWorking() : false;
3325}
3326
3327void
3328RenderEngine::setPlaybackMode(int mode)

Callers

nothing calls this directly

Calls 1

isWorkingMethod · 0.45

Tested by

no test coverage detected