mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
28 lines
No EOL
803 B
JSON
28 lines
No EOL
803 B
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": {
|
|
"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_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs",
|
|
"__environment_keys__": {
|
|
"global": [
|
|
"FFMPEG_PATH",
|
|
"PYPE_OCIO_CONFIG"
|
|
]
|
|
}
|
|
}
|
|
} |