OpenMfx
OpenMfx copied to clipboard
Replace ad-hoc OfxSetBundleDirectory with the new OfxSetHost
For practical purposes, we had to add the OfxSetBundleDirectory entry point that is not part of the original OpenFX standard. This has been addressed upstream lately and the standard OfxSetHost has been introduced. Thus our OfxSetBundleDirectory is no longer needed.
This requires all the hosts and plugins that were using OfxSetBundleDirectory to change (e.g. MfxHoudini).