mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OCIO: adding exception for nuke, hiero into hook
This commit is contained in:
parent
ae53caacc0
commit
cd9ec2b73a
2 changed files with 4 additions and 0 deletions
|
|
@ -2177,6 +2177,7 @@ Reopening Nuke should synchronize these paths and resolve any discrepancies.
|
|||
"""
|
||||
# replace path with env var if possible
|
||||
ocio_path = self._replace_ocio_path_with_env_var(config_data)
|
||||
ocio_path = ocio_path.replace("\\", "/")
|
||||
|
||||
log.info("Setting OCIO config path to: `{}`".format(
|
||||
ocio_path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue