mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
19 lines
378 B
INI
19 lines
378 B
INI
{
|
|
Locked = true,
|
|
Global = {
|
|
Paths = {
|
|
Map = {
|
|
["OpenPype:"] = "$(OPENPYPE_FUSION)/deploy",
|
|
["Config:"] = "UserPaths:Config;OpenPype:Config",
|
|
["Scripts:"] = "UserPaths:Scripts;Reactor:System/Scripts;OpenPype:Scripts",
|
|
},
|
|
},
|
|
Script = {
|
|
PythonVersion = 3,
|
|
Python3Forced = true
|
|
},
|
|
UserInterface = {
|
|
Language = "en_US"
|
|
},
|
|
},
|
|
}
|