OpenAssetIO
An abstract API for generalising interactions between a host application and an asset management system
|
OPENASSETIO_PLUGIN_PATH str A PATH-style list of directories to search for PythonPluginSystemManagerPlugin based plugins. It uses the platform-native delimiter. Searched left to right. Plugins found here will take precedence over those discovered through package entry points. Note: this search path is entirely independent of PYTHONPATH and doesn't need to be a subset of those paths. This allows OpenAssetIO plugins to be managed entirely independent of the python runtime if desired, and masked from import
statements. Note that this environment variable is also used by the CppPluginSystemManagerImplementationFactory.
OPENASSETIO_DISABLE_ENTRYPOINTS_PLUGINS when set, disables entry point based plugin discovery. This can be useful if it is not in use, to avoid unnecessary filesystem access during library initialization. OPENASSETIO_PLUGIN_PATH plugins take precedence over any entry point based ones.
Copyright 2013-2023 The Foundry Visionmongers Ltd. OpenAssetIO is released under the Apache 2.0 License