mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed pype to openpype in setting ui and some functions
This commit is contained in:
parent
7ff248f6c9
commit
c2e916dcc5
7 changed files with 24 additions and 24 deletions
|
|
@ -1,9 +1,9 @@
|
|||
"""Pype Settings
|
||||
"""OpenPype Settings
|
||||
|
||||
Settings define how openpype and it's modules behave. They became main
|
||||
component of dynamism.
|
||||
|
||||
Pype settings (ATM) have 3 layers:
|
||||
OpenPype settings (ATM) have 3 layers:
|
||||
1.) Defaults - defined in code
|
||||
2.) Studio overrides - values that are applied on default that may modify only
|
||||
some values or None, result can be called "studio settings"
|
||||
|
|
@ -24,7 +24,7 @@ visuallise how values are applied.
|
|||
|
||||
With help of setting entities it is possible to modify settings from code.
|
||||
|
||||
Pype has (ATM) 2 types of settings:
|
||||
OpenPype has (ATM) 2 types of settings:
|
||||
1.) System settings - global system settings, don't have project overrides
|
||||
2.) Project settings - project specific settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue