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

Method onKnobsLoaded

Engine/PrecompNode.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325} // PrecompNode::initializeKnobs
326
327void
328PrecompNode::onKnobsLoaded()
329{
330 _imp->reloadProject(false);
331 _imp->refreshKnobsVisibility();
332}
333
334bool
335PrecompNode::knobChanged(KnobI* k,

Callers

nothing calls this directly

Calls 2

reloadProjectMethod · 0.45

Tested by

no test coverage detected