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

Method load

SlitScan/SlitScan.cpp:886–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884
885mDeclarePluginFactory(SlitScanPluginFactory,; , {});
886void
887SlitScanPluginFactory::load()
888{
889 ofxsThreadSuiteCheck();
890 // we can't be used on hosts that don't perfrom temporal clip access
891 if (!getImageEffectHostDescription()->temporalClipAccess) {
892 throw Exception::HostInadequate("Need random temporal image access to work");
893 }
894}
895
896/** @brief The basic describe function, passed a plugin descriptor */
897void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected