Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getScriptName
Method
getScriptName
Engine/PyNode.cpp:338–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
QString
339
Effect::getScriptName() const
340
{
341
return QString::fromUtf8( getInternalNode()->getScriptName_mt_safe().c_str() );
342
}
343
344
bool
345
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
RotoLayer
Method · 0.45
clone
Method · 0.45
connectNodes
Method · 0.45
exportRotoLayer
Function · 0.45
exportAllNodeKnobs
Function · 0.45
RemovePointUndoCommand
Method · 0.45
Calls
1
getScriptName_mt_safe
Method · 0.45
Tested by
no test coverage detected