OcioBuiltinConfig
OcioBuiltinConfig represents an OCIO configuration loaded from the built-in
configs provided by the OpenColorIO library, rather than from an external file.
This class extends OcioConfig to support loading OCIO configs that are provided
by the OCIO library itself (e.g., studio_config_v2_2_0_aces_v1_3_ocio_v2_4).
These built-in configs provide standard colour management configurations without
requiring external .ocio files.
Unlike OcioConfig, this class loads configurations via CreateFromBuiltinConfig()
and cannot load from external files. Config details (name and UI name) are stored
in the Details structure and accessed via the getDetails() function.
Category: Colour
Base class: OcioConfig
Properties
configName : str
Built-in OCIO configuration name
configUIName : str
UI name displayed in Designer