ayon-core/pype/settings/defaults/system_settings/general.json
2021-01-20 15:21:18 +01:00

38 lines
No EOL
1.2 KiB
JSON

{
"studio_name": "Studio name",
"studio_code": "stu",
"project_plugins": {
"windows": "convert from \"PYPE_PROJECT_PLUGINS\"",
"darwin": "",
"linux": ""
},
"studio_soft": {
"windows": "convert from \"STUDIO_SOFT\"",
"darwin": "",
"linux": ""
},
"environment": {
"__environment_keys__": {
"global": [
"FFMPEG_PATH",
"PYPE_PYTHON_EXE",
"PYPE_OCIO_CONFIG",
"PYBLISH_GUI",
"QT_AUTO_SCREEN_SCALE_FACTOR"
]
},
"FFMPEG_PATH": {
"windows": "{PYPE_ROOT}/vendor/bin/ffmpeg_exec/windows/bin",
"darwin": "{PYPE_ROOT}/vendor/bin/ffmpeg_exec/darwin/bin",
"linux": ":{PYPE_ROOT}/vendor/bin/ffmpeg_exec/linux"
},
"PYPE_PYTHON_EXE": {
"windows": "{VIRTUAL_ENV}/Scripts/python.exe",
"linux": "{VIRTUAL_ENV}/Scripts/python",
"darwin": "{VIRTUAL_ENV}/bin/python"
},
"PYPE_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs",
"PYBLISH_GUI": "pyblish_pype",
"QT_AUTO_SCREEN_SCALE_FACTOR": "1"
}
}