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

Method refreshInputRelatedDataRecursive

Engine/Node.cpp:6316–6322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6314}
6315
6316void
6317Node::refreshInputRelatedDataRecursive()
6318{
6319 std::set<Node*> markedNodes;
6320
6321 refreshInputRelatedDataRecursiveInternal(markedNodes);
6322}
6323
6324bool
6325Node::isDraftModeUsed() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected