MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / load

Method load

OneView/OneView.cpp:278–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276mDeclarePluginFactory(OneViewPluginFactory, {ofxsThreadSuiteCheck();}, {});
277#if 0
278void
279OneViewPluginFactory::load()
280{
281 // we can't be used on hosts that don't support the stereoscopic suite
282 // returning an error here causes a blank menu entry in Nuke
283 //if (!fetchSuite(kOfxVegasStereoscopicImageEffectSuite, 1, true)) {
284 // throwHostMissingSuiteException(kOfxVegasStereoscopicImageEffectSuite);
285 //}
286}
287#endif
288
289void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected