mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Converting app_groups to hosts
This commit is contained in:
parent
92c148a42e
commit
35c1e4cd89
1 changed files with 1 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
"""Set OCIO environment variable for hosts that use OpenColorIO."""
|
||||
|
||||
order = 0
|
||||
app_groups = [
|
||||
hosts = [
|
||||
"fusion",
|
||||
"blender",
|
||||
"aftereffects",
|
||||
|
|
@ -19,9 +19,6 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
"houdini",
|
||||
"maya",
|
||||
"nuke",
|
||||
"nukex",
|
||||
"nukeassist",
|
||||
"nukestudio",
|
||||
"hiero"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue