Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error

This commit is contained in:
Jakub Jezek 2025-07-03 09:37:24 +02:00
commit 6ea9e809e8
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9
50 changed files with 3017 additions and 935 deletions

View file

@ -50,8 +50,10 @@ from .attribute_definitions import (
)
from .env_tools import (
compute_env_variables_structure,
env_value_to_bool,
get_paths_from_environ,
merge_env_variables,
)
from .terminal import Terminal
@ -166,8 +168,10 @@ __all__ = [
"path_to_subprocess_arg",
"CREATE_NO_WINDOW",
"compute_env_variables_structure",
"env_value_to_bool",
"get_paths_from_environ",
"merge_env_variables",
"ToolNotFoundError",
"find_executable",