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

Method hasThreadsWorking

Engine/OutputSchedulerThread.cpp:3305–3319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3303}
3304
3305bool
3306RenderEngine::hasThreadsWorking() const
3307{
3308 bool working = false;
3309
3310 if (_imp->scheduler) {
3311 working |= _imp->scheduler->isWorking();
3312 }
3313
3314 if (!working && _imp->currentFrameScheduler) {
3315 working |= _imp->currentFrameScheduler->isWorking();
3316 }
3317
3318 return working;
3319}
3320
3321bool
3322RenderEngine::isDoingSequentialRender() const

Callers 1

hasNodeRenderingMethod · 0.80

Calls 1

isWorkingMethod · 0.45

Tested by

no test coverage detected