mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
merge from redundant hook
This commit is contained in:
parent
8ab069bb86
commit
4595813ea6
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
|
||||
order = 0
|
||||
hosts = [
|
||||
"substancepainter",
|
||||
"fusion",
|
||||
"blender",
|
||||
"aftereffects",
|
||||
|
|
@ -48,3 +49,5 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
f"Setting OCIO environment to config path: {ocio_path}")
|
||||
|
||||
self.launch_context.env["OCIO"] = ocio_path
|
||||
else:
|
||||
self.log.debug("OCIO not set or enabled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue