ayon-core/pype/settings/defaults/system_settings/general.json
2021-04-01 16:24:01 +02:00

23 lines
No EOL
643 B
JSON

{
"studio_name": "Studio name",
"studio_code": "stu",
"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"
]
}
},
"openpype_path": {
"windows": [],
"darwin": [],
"linux": []
}
}