Skip to content

Commit

Permalink
PR: ocioview - Chromaticities Inspector (AcademySoftwareFoundation#1914)
Browse files Browse the repository at this point in the history
* Add initial `pyproject.toml` file to setup *ocioview* development environment.

Signed-off-by: Thomas Mansencal <[email protected]>

* Implement initial chromaticity inspector.

Signed-off-by: Thomas Mansencal <[email protected]>

* Rename `ocioview.ocioview.utils.color_space_to_RGB_Colourspace` definition to `color_space_to_rgb_colourspace`.

Signed-off-by: Thomas Mansencal <[email protected]>

* Removed unneeded string formatting in `ocioview.ocioview.utils.py` module.

Signed-off-by: Thomas Mansencal <[email protected]>

* Add `wgpu` to direct dependencies.

Signed-off-by: Thomas Mansencal <[email protected]>

---------

Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar authored Jun 8, 2024
1 parent 6dc7fb4 commit 55cfe59
Show file tree
Hide file tree
Showing 12 changed files with 1,027 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ mastercopy
*.pyc
!*.yml
.vscode

src/apps/ocioview/poetry.lock
1 change: 1 addition & 0 deletions src/apps/ocioview/ocioview/inspect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenColorIO Project.

from .chromaticities_inspector import ChromaticitiesInspector
from .code_inspector import CodeInspector
from .curve_inspector import CurveInspector
from .log_inspector import LogInspector
Loading

0 comments on commit 55cfe59

Please sign in to comment.