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

Method refreshPreviewsAfterProjectLoad

Engine/Node.cpp:2590–2595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2588}
2589
2590void
2591Node::refreshPreviewsAfterProjectLoad()
2592{
2593 computePreviewImage( getApp()->getTimeLine()->currentFrame() );
2594 Q_EMIT s_refreshPreviewsAfterProjectLoadRequested();
2595}
2596
2597
2598bool

Callers 1

Calls 4

computePreviewImageFunction · 0.85
getAppFunction · 0.85
currentFrameMethod · 0.45
getTimeLineMethod · 0.45

Tested by

no test coverage detected