Name
hw_DisablePlugin -- enable or disable a plugin (V6.0)
Synopsis
void hw_DisablePlugin(hwPluginBase *plugin, int disable);
Function
This function can be used to enable or disable the specified plugin. Please note that not all plugins can be disabled. Disabling plugins is only supported for plugins that provide loaders and savers for additional formats. It is not supported for plugins that replace complete core components inside Hollywood, e.g. by providing a custom display adapter. These plugins cannot be disabled.

Designer compatibility
Supported since Designer 5.0

Inputs
plugin
plugin to be disabled or enabled
disable
True to disable the plugin, False to enable it again

Show TOC