mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error
This commit is contained in:
commit
6ea9e809e8
50 changed files with 3017 additions and 935 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue