MCPcopy Create free account
hub / github.com/MrKepzie/Natron / hasPyPlugBeenEdited

Method hasPyPlugBeenEdited

Engine/Node.cpp:8764–8770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8762}
8763
8764bool
8765Node::hasPyPlugBeenEdited() const
8766{
8767 QMutexLocker k(&_imp->pyPluginInfoMutex);
8768
8769 return !_imp->pyPlugInfo.isPyPlug || _imp->pyPlugInfo.pluginPythonModule.empty();
8770}
8771
8772void
8773Node::setPyPlugEdited(bool edited)

Callers 6

mouseMoveEventMethod · 0.80
keyPressEventMethod · 0.80
onKnobsInitializedMethod · 0.80
paintEventMethod · 0.80
mousePressEventMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected