mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
settings has Animated variable based on PYPE_PYBLISH_ANIMATED env variable
This commit is contained in:
parent
8753dcfffc
commit
576c2726e5
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
from .util import env_variable_to_bool
|
||||||
|
|
||||||
|
|
||||||
WindowTitle = "Pyblish" # Customize the window of the pyblish-lite window.
|
WindowTitle = "Pyblish" # Customize the window of the pyblish-lite window.
|
||||||
UseLabel = True # Customize whether to show label names for plugins.
|
UseLabel = True # Customize whether to show label names for plugins.
|
||||||
|
|
||||||
|
|
@ -17,3 +20,5 @@ TerminalFilters = {
|
||||||
"log_critical": True,
|
"log_critical": True,
|
||||||
"traceback": True,
|
"traceback": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Animated = env_variable_to_bool("PYPE_PYBLISH_ANIMATED", True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue