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

Method clearAllLastRenderedImages

Engine/AppInstance.cpp:2016–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2014}
2015
2016void
2017AppInstance::clearAllLastRenderedImages()
2018{
2019 NodesList activeNodes;
2020
2021 _imp->_currentProject->getNodes_recursive(activeNodes, false);
2022
2023 for (NodesList::iterator it = activeNodes.begin(); it != activeNodes.end(); ++it) {
2024 (*it)->clearLastRenderedImage();
2025 }
2026}
2027
2028void
2029AppInstance::aboutToQuit()

Callers 2

clearNodeCacheMethod · 0.80

Calls 4

getNodes_recursiveMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected