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

Method isForceCachingEnabled

Engine/Node.cpp:2598–2604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2596
2597
2598bool
2599Node::isForceCachingEnabled() const
2600{
2601 KnobBoolPtr b = _imp->forceCaching.lock();
2602
2603 return b ? b->getValue() : false;
2604}
2605
2606void
2607Node::onSetSupportRenderScaleMaybeSet(int support)

Callers 2

shouldCacheOutputMethod · 0.80
renderRoIMethod · 0.80

Calls 2

lockMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected