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

Method clearLastRenderedImage

Engine/Node.cpp:2771–2775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769
2770
2771void
2772Node::clearLastRenderedImage()
2773{
2774 _imp->effect->clearLastRenderedImage();
2775}
2776
2777/*After this call this node still knows the link to the old inputs/outputs
2778 but no other node knows this node.*/

Calls

no outgoing calls

Tested by

no test coverage detected