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

Method appendTaskToPreviewThread

Gui/GuiApplicationManager.cpp:1120–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120void
1121GuiApplicationManager::appendTaskToPreviewThread(const NodeGuiPtr& node,
1122 double time)
1123{
1124 _imp->previewRenderThread.appendToQueue(node, time);
1125}
1126
1127int
1128GuiApplicationManager::getDocumentationServerPort()

Callers 2

updatePreviewImageMethod · 0.80
forceComputePreviewMethod · 0.80

Calls 1

appendToQueueMethod · 0.45

Tested by

no test coverage detected