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

Method getPluginPythonModule

Engine/Node.cpp:8808–8814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8806}
8807
8808std::string
8809Node::getPluginPythonModule() const
8810{
8811 QMutexLocker k(&_imp->pyPluginInfoMutex);
8812
8813 return _imp->pyPlugInfo.pluginPythonModule;
8814}
8815
8816bool
8817Node::hasHostOverlayForParam(const KnobI* knob) const

Callers 3

pasteNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected