Houdini_disable_openfx_default_path π― Direct
Tips * You can quickly display the contents and order of the Houdini Path in Houdini's Python shell by calling hou. houdiniPath(). OpenFX - SideFX
By default, Houdini scans standard system paths for OFX plugins (like Boris FX Sapphire or Topaz Video AI) to populate nodes within the network. Setting this variable to 1 stops this behavior, restricting Houdini's search only to directories explicitly defined in your OFX_PLUGIN_PATH . Use Cases houdini_disable_openfx_default_path
When Houdini launches, it normally scans C:\Program Files\Common Files\OFX\Plugins on Windows (or equivalent paths on Linux and macOS) to find tools for the Copernicus or older Compositing (COP) networks. Tips * You can quickly display the contents
In conclusion, houdini_disable_openfx_default_path is a useful variable that allows you to control how Houdini loads OpenFX plugins. By disabling the default path, you can use custom plugin directories, avoid plugin conflicts, and optimize performance. Whether you're a seasoned Houdini user or just starting out, understanding this variable can help you get the most out of your Houdini experience. Setting this variable to 1 stops this behavior,
To enable this feature, add the following to your houdini.env file or system environment variables: HOUDINI_DISABLE_OPENFX_DEFAULT_PATH = 1 Use code with caution. Copied to clipboard