Converting app_groups to hosts

This commit is contained in:
Jakub Jezek 2023-04-21 10:58:18 +02:00
parent 92c148a42e
commit 35c1e4cd89
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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"
]