mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
♻️ change warning message to debug
This commit is contained in:
parent
aba4642e98
commit
86c4dec6d2
1 changed files with 2 additions and 2 deletions
|
|
@ -185,9 +185,9 @@ class MakeRSTexBin(TextureProcessor):
|
|||
"{}".format(config_path))
|
||||
|
||||
if not os.getenv("OCIO"):
|
||||
self.log.warning(
|
||||
self.log.debug(
|
||||
"OCIO environment variable not set."
|
||||
"Setting it with OCIO config from OpenPype/AYON Settings."
|
||||
"Setting it with OCIO config from Maya."
|
||||
)
|
||||
os.environ["OCIO"] = config_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue