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

Method endChanges

Engine/PyNode.cpp:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void
570Effect::endChanges()
571{
572 getInternalNode()->getEffectInstance()->endChanges();
573 getInternalNode()->endInputEdition(true);
574}
575
576IntParam*
577UserParamHolder::createIntParam(const QString& name,

Callers

nothing calls this directly

Calls 2

getEffectInstanceMethod · 0.80
endInputEditionMethod · 0.80

Tested by

no test coverage detected