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

Method redrawOverlayInteract

Engine/EffectInstance.cpp:4657–4665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4655}
4656
4657void
4658EffectInstance::redrawOverlayInteract()
4659{
4660 if ( isDoingInteractAction() ) {
4661 getApp()->queueRedrawForAllViewers();
4662 } else {
4663 getApp()->redrawAllViewers();
4664 }
4665}
4666
4667RenderScale
4668EffectInstance::getOverlayInteractRenderScale() const

Callers 10

onTrackingEndedMethod · 0.45
onInputChangedMethod · 0.45
evaluateMethod · 0.45
autoSaveAndRedrawMethod · 0.45
redrawOverlaysMethod · 0.45

Calls 3

getAppFunction · 0.85
redrawAllViewersMethod · 0.45

Tested by

no test coverage detected