mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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.
|
||||
UseLabel = True # Customize whether to show label names for plugins.
|
||||
|
||||
|
|
@ -17,3 +20,5 @@ TerminalFilters = {
|
|||
"log_critical": True,
|
||||
"traceback": True,
|
||||
}
|
||||
|
||||
Animated = env_variable_to_bool("PYPE_PYBLISH_ANIMATED", True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue