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

Method beginChanges

Engine/PyNode.cpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void
563Effect::beginChanges()
564{
565 getInternalNode()->getEffectInstance()->beginChanges();
566 getInternalNode()->beginInputEdition();
567}
568
569void
570Effect::endChanges()

Callers

nothing calls this directly

Calls 2

getEffectInstanceMethod · 0.80
beginInputEditionMethod · 0.80

Tested by

no test coverage detected