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

Method canSetValue

Engine/EffectInstance.cpp:5131–5135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5129}
5130
5131bool
5132EffectInstance::canSetValue() const
5133{
5134 return !getNode()->isNodeRendering() || appPTR->isBackground();
5135}
5136
5137void
5138EffectInstance::abortAnyEvaluation(bool keepOldestRender)

Callers

nothing calls this directly

Calls 3

isNodeRenderingMethod · 0.80
getNodeFunction · 0.70
isBackgroundMethod · 0.45

Tested by

no test coverage detected