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

Method isNodeRendering

Engine/Node.cpp:5737–5743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5735}
5736
5737bool
5738Node::isNodeRendering() const
5739{
5740 QMutexLocker k(&_imp->nodeIsRenderingMutex);
5741
5742 return _imp->nodeIsRendering > 0;
5743}
5744
5745void
5746Node::dequeueActions()

Callers 3

canSetValueMethod · 0.80
clearNodesInternalMethod · 0.80
canSetInternalPointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected