MCPcopy Create free account
hub / github.com/MrKepzie/Natron / doRenderCurrentFrameForViewer

Method doRenderCurrentFrameForViewer

Engine/TrackerContext.cpp:1991–1996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989} // >::threadLoopOnce
1990
1991void
1992TrackScheduler::doRenderCurrentFrameForViewer(ViewerInstance* viewer)
1993{
1994 assert( QThread::currentThread() == qApp->thread() );
1995 viewer->renderCurrentFrame(true);
1996}
1997
1998NATRON_NAMESPACE_EXIT
1999

Callers

nothing calls this directly

Calls 1

renderCurrentFrameMethod · 0.45

Tested by

no test coverage detected