mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/pipeline/colorspace.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
e7c2dc2847
commit
0b20e49eda
1 changed files with 1 additions and 1 deletions
|
|
@ -1404,7 +1404,7 @@ def _get_display_view_colorspace_name(config_path, display, view):
|
|||
"""
|
||||
config = _get_ocio_config(config_path)
|
||||
colorspace = config.getDisplayViewColorSpaceName(display, view)
|
||||
# Special token. See https://opencolorio.readthedocs.io/en/latest/guides/authoring/authoring.html#shared-views # noqa
|
||||
# Special token. See https://opencolorio.readthedocs.io/en/latest/guides/authoring/authoring.html#shared-views # noqa
|
||||
if colorspace == "<USE_DISPLAY_NAME>":
|
||||
colorspace = display
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue