Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3321
bool
3322
RenderEngine::isDoingSequentialRender() const
3323
{
3324
return _imp->scheduler ? _imp->scheduler->isWorking() : false;
3325
}
3326
3327
void
3328
RenderEngine::setPlaybackMode(int mode)
Callers
nothing calls this directly
Calls
1
isWorking
Method · 0.45
Tested by
no test coverage detected