Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isMultiInstance
Method
isMultiInstance
Engine/Node.cpp:744–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
}
743
744
bool
745
Node::isMultiInstance() const
746
{
747
return _imp->isMultiInstance;
748
}
749
750
///Accessed by the serialization thread, but mt safe since never changed
751
std::string
Callers
15
ParallelRenderArgsSetter
Method · 0.80
updateNodesRequest
Method · 0.80
~ParallelRenderArgsSetter
Method · 0.80
getParallelRenderArgs
Method · 0.80
hasOutputConnected
Method · 0.80
restoreFromSerialization
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