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

Method setFullFrameProcessingEnabled

Engine/ViewerInstance.cpp:3264–3277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 3

getAppFunction · 0.85
isLoadingProjectMethod · 0.80
getProjectMethod · 0.80

Tested by

no test coverage detected