Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4681
std::string
4682
Node::getPluginPythonModule() const
4683
{
4684
QMutexLocker k(&_imp->pyPluginInfoMutex);
4685
4686
return _imp->pyPlugInfo.pluginPythonModule;
4687
}
4688
4689
4690
void
Callers
3
NodeSerialization.cpp
File · 0.80
pasteNode
Method · 0.80
ExportGroupTemplateDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected