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

Method getAfterRenderCallback

Engine/Node.cpp:6947–6953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6945}
6946
6947std::string
6948Node::getAfterRenderCallback() const
6949{
6950 KnobStringPtr s = _imp->afterRender.lock();
6951
6952 return s ? s->getValue() : std::string();
6953}
6954
6955std::string
6956Node::getAfterFrameRenderCallback() const

Callers 1

onRenderStoppedMethod · 0.80

Calls 2

lockMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected