◎ Radiance OCIO List Colorspaces:
The OCIOListColorspaces node is designed to provide a comprehensive listing of all available colorspaces, looks, and display/view transforms within an OpenColorIO (OCIO) configuration file. This node is particularly useful for artists and developers working with color management in digital content creation, as it allows you to easily access and review the various color transformations and spaces defined in your OCIO configuration. By leveraging this node, you can ensure that your color workflows are consistent and accurate, which is crucial for maintaining the visual integrity of your projects across different devices and platforms. The node simplifies the process of exploring and understanding the color management settings available in your OCIO setup, making it an essential tool for anyone involved in color-critical work.
◎ Radiance OCIO List Colorspaces Input Parameters:
ocio_config_path
This parameter specifies the path to the OCIO configuration file you wish to use. It allows the node to access and list the colorspaces defined within that specific configuration. If left empty, the node will attempt to use the default OCIO configuration set in your environment. Providing a valid path ensures that the node can accurately list the colorspaces relevant to your current project. There are no explicit minimum or maximum values for this parameter, but it should be a valid file path string.
filter_family
This optional parameter allows you to filter the colorspaces by a specific family or name. It is case-insensitive and can be used to narrow down the list of colorspaces to those that contain the specified string in their name or family. This is particularly useful when dealing with large configurations where you only need to focus on a subset of colorspaces. There are no explicit minimum or maximum values for this parameter, but it should be a string.
◎ Radiance OCIO List Colorspaces Output Parameters:
colorspaces_list
This output parameter provides a formatted string listing all the colorspaces, looks, and display/view transforms available in the specified OCIO configuration. The list includes the names and families of the colorspaces, as well as any looks and display/view combinations. This output is crucial for understanding the color management options available in your configuration and can be used to inform decisions about color transformations and workflows in your projects.
◎ Radiance OCIO List Colorspaces Usage Tips:
- Ensure that the
ocio_config_pathis correctly set to the OCIO configuration file you intend to use. This will allow the node to accurately list the colorspaces relevant to your project. - Use the
filter_familyparameter to quickly find specific colorspaces or families within large configurations. This can save time and help you focus on the most relevant options for your work.
◎ Radiance OCIO List Colorspaces Common Errors and Solutions:
PyOpenColorIO not installed. Install with: pip install opencolorio
- Explanation: This error occurs when the PyOpenColorIO library is not installed in your Python environment, which is required for the node to function.
- Solution: Install the PyOpenColorIO library by running the command
pip install opencolorioin your terminal or command prompt.
No OCIO config found. Use ACESConfigManager to download or set the OCIO environment variable.
- Explanation: This error indicates that the node could not find a valid OCIO configuration file to use.
- Solution: Ensure that you have a valid OCIO configuration file and that the
ocio_config_pathis correctly set. Alternatively, use the ACESConfigManager to download a configuration or set the OCIO environment variable to point to your configuration file.
No valid config path provided.
- Explanation: This error occurs when the
ocio_config_pathis empty or points to a non-existent file. - Solution: Provide a valid path to an existing OCIO configuration file in the
ocio_config_pathparameter.
