Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ getScriptName
Method
getScriptName
Engine/PyNode.cpp:325–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
QString
326
Effect::getScriptName() const
327
{
328
return QString::fromUtf8( getInternalNode()->getScriptName_mt_safe().c_str() );
329
}
330
331
bool
332
Effect::setScriptName(const QString& scriptName)
Callers
15
EffectInstance.cpp
File · 0.45
onProcessError
Method · 0.45
save
Method · 0.45
getLayerByName
Method · 0.45
findItemRecursively
Function · 0.45
declareItemAsPythonField
Method · 0.45
findMaster
Function · 0.45
RotoLayer
Method · 0.45
clone
Method · 0.45
connectNodes
Method · 0.45
exportRotoLayer
Function · 0.45
exportAllNodeKnobs
Function · 0.45
Calls
1
getScriptName_mt_safe
Method · 0.45
Tested by
no test coverage detected