merge from redundant hook

This commit is contained in:
Jakub Jezek 2023-06-09 16:25:33 +02:00
parent 8ab069bb86
commit 4595813ea6
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

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