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

Method isMultiThreadingSupportEnabledForPlugin

Engine/Node.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410bool
411Node::isMultiThreadingSupportEnabledForPlugin() const
412{
413 return _imp->plugin ? _imp->plugin->isMultiThreadingEnabled() : true;
414}
415
416void
417Node::prepareForNextPaintStrokeRender()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected