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

Method setFullFrameProcessingEnabled

Engine/ViewerInstance.cpp:3265–3278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3263}
3264
3265void
3266ViewerInstance::setFullFrameProcessingEnabled(bool fullFrame)
3267{
3268 {
3269 QMutexLocker l(&_imp->viewerParamsMutex);
3270 if (_imp->fullFrameProcessingEnabled == fullFrame) {
3271 return;
3272 }
3273 _imp->fullFrameProcessingEnabled = fullFrame;
3274 }
3275 if ( !getApp()->getProject()->isLoadingProject() ) {
3276 renderCurrentFrame(true);
3277 }
3278}
3279
3280bool
3281ViewerInstance::isFullFrameProcessingEnabled() const

Callers 1

Calls 3

getAppFunction · 0.85
isLoadingProjectMethod · 0.80
getProjectMethod · 0.80

Tested by

no test coverage detected