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

Method togglePreview

Gui/NodeGui.cpp:795–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void
796NodeGui::togglePreview()
797{
798 NodePtr node = getNode();
799 if (node) {
800 node->togglePreview();
801 }
802 togglePreview_internal();
803}
804
805void
806NodeGui::removeUndoStack()

Callers 2

loadNodeGuiSerializationFunction · 0.80

Calls 1

getNodeFunction · 0.70

Tested by

no test coverage detected