colour.utilities.is_opencolorio_installed

colour.utilities.is_opencolorio_installed(raise_exception: bool = False) bool[source]

Return whether OpenColorIO is installed and available.

Parameters

raise_exception (bool) – Whether to raise an exception if OpenColorIO is unavailable.

Returns

Whether OpenColorIO is installed.

Return type

bool

Raises

ImportError – If OpenColorIO is not installed.