| 276 | mDeclarePluginFactory(OneViewPluginFactory, {ofxsThreadSuiteCheck();}, {}); |
| 277 | #if 0 |
| 278 | void |
| 279 | OneViewPluginFactory::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 | |
| 289 | void |
nothing calls this directly
no outgoing calls
no test coverage detected