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

Method refreshExtraStateAfterTimeChanged

Engine/TrackerNode.cpp:2461–2468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459}
2460
2461void
2462TrackerNode::refreshExtraStateAfterTimeChanged(bool isPlayback,
2463 double /*time*/)
2464{
2465 if (_imp->ui->showMarkerTexture && !isPlayback && !getApp()->isDraftRenderEnabled()) {
2466 _imp->ui->refreshSelectedMarkerTexture();
2467 }
2468}
2469
2470NATRON_NAMESPACE_EXIT
2471NATRON_NAMESPACE_USING

Callers

nothing calls this directly

Calls 3

getAppFunction · 0.85
isDraftRenderEnabledMethod · 0.45

Tested by

no test coverage detected