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

Method refreshInputRelatedDataRecursive

Engine/Node.cpp:10589–10595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10587}
10588
10589void
10590Node::refreshInputRelatedDataRecursive()
10591{
10592 std::set<Node*> markedNodes;
10593
10594 refreshInputRelatedDataRecursiveInternal(markedNodes);
10595}
10596
10597bool
10598Node::isDraftModeUsed() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected