changed pype to openpype in setting ui and some functions

This commit is contained in:
iLLiCiTiT 2021-04-01 16:33:51 +02:00
parent 7ff248f6c9
commit c2e916dcc5
7 changed files with 24 additions and 24 deletions

View file

@ -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