Blender V5.0
OCIO_role_names.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#define OCIO_ROLE_DATA "data"
8#define OCIO_ROLE_SCENE_LINEAR "scene_linear"
9#define OCIO_ROLE_COLOR_PICKING "color_picking"
10#define OCIO_ROLE_TEXTURE_PAINT "texture_paint"
11#define OCIO_ROLE_DEFAULT_BYTE "default_byte"
12#define OCIO_ROLE_DEFAULT_FLOAT "default_float"
13#define OCIO_ROLE_DEFAULT_SEQUENCER "default_sequencer"
14#define OCIO_ROLE_ACES_INTERCHANGE "aces_interchange"