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

Method recomputeFrameRangeForAllReaders

Engine/NodeGroup.cpp:979–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979void
980NodeCollection::recomputeFrameRangeForAllReaders(int* firstFrame,
981 int* lastFrame)
982{
983 recomputeFrameRangeForAllReadersInternal(this, firstFrame, lastFrame, true);
984}
985
986void
987NodeCollection::forceComputeInputDependentDataOnAllTrees()

Callers

nothing calls this directly

Tested by

no test coverage detected