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

Method refreshPreviewsRecursivelyDownstream

Engine/Node.cpp:4161–4169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4159}
4160
4161void
4162Node::refreshPreviewsRecursivelyDownstream(double time)
4163{
4164 if ( !getNodeGui() ) {
4165 return;
4166 }
4167 std::list<Node*> marked;
4168 refreshPreviewsRecursivelyDownstreamInternal(time, this, marked);
4169}
4170
4171void
4172Node::onAllKnobsSlaved(bool isSlave,

Callers 2

evaluateMethod · 0.80

Tested by

no test coverage detected