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

Method hasPyPlugBeenEdited

Engine/Node.cpp:4637–4643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4635}
4636
4637bool
4638Node::hasPyPlugBeenEdited() const
4639{
4640 QMutexLocker k(&_imp->pyPluginInfoMutex);
4641
4642 return !_imp->pyPlugInfo.isPyPlug || _imp->pyPlugInfo.pluginPythonModule.empty();
4643}
4644
4645void
4646Node::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