mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
use AYON prefixes in pyblish_pype
This commit is contained in:
parent
2e206476ca
commit
6a0e4b5f71
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ TerminalFilters = {
|
|||
}
|
||||
|
||||
# Allow animations in GUI
|
||||
Animated = env_variable_to_bool("OPENPYPE_PYBLISH_ANIMATED", True)
|
||||
Animated = env_variable_to_bool("AYON_PYBLISH_ANIMATED", True)
|
||||
|
||||
# Print UI info message to console
|
||||
PrintInfo = env_variable_to_bool("OPENPYPE_PYBLISH_PRINT_INFO", True)
|
||||
PrintInfo = env_variable_to_bool("AYON_PYBLISH_PRINT_INFO", True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue