MCPcopy Create free account
hub / github.com/MrKepzie/Natron / isPartOfPrecomp

Method isPartOfPrecomp

Engine/Node.cpp:675–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675boost::shared_ptr<PrecompNode>
676Node::isPartOfPrecomp() const
677{
678 //QMutexLocker k(&_imp->pluginsPropMutex);
679 return _imp->precomp.lock();
680}
681
682void
683Node::initNodeScriptName(const NodeSerialization* serialization, const QString& fixedName)

Callers 1

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected