MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / revertToPluginThreadSafety

Method revertToPluginThreadSafety

Engine/Node.cpp:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void
285Node::revertToPluginThreadSafety()
286{
287 QMutexLocker k(&_imp->pluginsPropMutex);
288
289 _imp->currentThreadSafety = _imp->pluginSafety;
290}
291
292void
293Node::setCurrentOpenGLRenderSupport(PluginOpenGLRenderSupport support)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected