Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ isMultiInstance
Method
isMultiInstance
Engine/Node.cpp:1467–1471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1465
}
1466
1467
bool
1468
Node::isMultiInstance() const
1469
{
1470
return _imp->isMultiInstance;
1471
}
1472
1473
///Accessed by the serialization thread, but mt safe since never changed
1474
std::string
Callers
15
ParallelRenderArgsSetter
Method · 0.80
updateNodesRequest
Method · 0.80
~ParallelRenderArgsSetter
Method · 0.80
getParallelRenderArgs
Method · 0.80
restoreFromSerialization
Method · 0.80
hasOutputConnected
Method · 0.80
pasteNode
Method · 0.80
DockablePanel.cpp
File · 0.80
cloneSelectedNodes
Method · 0.80
restoreStateAfterCreation
Method · 0.80
createPanel
Method · 0.80
serializeInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected