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

Method pushUndoCommand

Engine/Node.cpp:4690–4700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4688
4689
4690void
4691Node::pushUndoCommand(const UndoCommandPtr& command)
4692{
4693 NodeGuiIPtr nodeGui = getNodeGui();
4694
4695 if (nodeGui) {
4696 nodeGui->pushUndoCommand(command);
4697 } else {
4698 command->redo();
4699 }
4700}
4701
4702
4703

Callers 4

smoothSelectedCurveMethod · 0.45
cuspSelectedCurveMethod · 0.45

Calls 1

redoMethod · 0.45

Tested by

no test coverage detected