MCPcopy 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
1467bool
1468Node::isMultiInstance() const
1469{
1470 return _imp->isMultiInstance;
1471}
1472
1473///Accessed by the serialization thread, but mt safe since never changed
1474std::string

Callers 15

updateNodesRequestMethod · 0.80
getParallelRenderArgsMethod · 0.80
hasOutputConnectedMethod · 0.80
pasteNodeMethod · 0.80
DockablePanel.cppFile · 0.80
cloneSelectedNodesMethod · 0.80
createPanelMethod · 0.80
serializeInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected