Merge pull request #3650 from pypeclub/feature/optimize-ocio-configs

General: Optimized OCIO configs
This commit is contained in:
Ondřej Samohel 2022-08-16 13:23:41 +02:00 committed by GitHub
commit 5420288efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 6290 additions and 721 deletions

View file

@ -40,11 +40,13 @@ def get_ocio_config_path(profile_folder):
Returns:
str: Path to vendorized config file.
"""
return os.path.join(
os.environ["OPENPYPE_ROOT"],
"vendor",
"configs",
"OpenColorIO-Configs",
"bin",
"ocioconfig",
"OpenColorIOConfigs",
profile_folder,
"config.ocio"
)