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

Method getPluginPythonModule

Engine/Node.cpp:4681–4687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4679}
4680
4681std::string
4682Node::getPluginPythonModule() const
4683{
4684 QMutexLocker k(&_imp->pyPluginInfoMutex);
4685
4686 return _imp->pyPlugInfo.pluginPythonModule;
4687}
4688
4689
4690void

Callers 3

pasteNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected