Skip to content

Commit 55cfe59

Browse files
authored
PR: ocioview - Chromaticities Inspector (#1914)
* Add initial `pyproject.toml` file to setup *ocioview* development environment. Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com> * Implement initial chromaticity inspector. Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com> * Rename `ocioview.ocioview.utils.color_space_to_RGB_Colourspace` definition to `color_space_to_rgb_colourspace`. Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com> * Removed unneeded string formatting in `ocioview.ocioview.utils.py` module. Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com> * Add `wgpu` to direct dependencies. Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com> --------- Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com>
1 parent 6dc7fb4 commit 55cfe59

12 files changed

Lines changed: 1027 additions & 14 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ mastercopy
1111
*.pyc
1212
!*.yml
1313
.vscode
14+
15+
src/apps/ocioview/poetry.lock
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright Contributors to the OpenColorIO Project.
33

4+
from .chromaticities_inspector import ChromaticitiesInspector
45
from .code_inspector import CodeInspector
56
from .curve_inspector import CurveInspector
67
from .log_inspector import LogInspector

0 commit comments

Comments
 (0)