mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"NUKE_PATH": [
|
|
"{PYPE_SETUP_PATH}/repos/avalon-core/setup/nuke/nuke_path",
|
|
"{PYPE_MODULE_ROOT}/setup/nuke/nuke_path",
|
|
"{PYPE_STUDIO_PLUGINS}/nuke"
|
|
],
|
|
"PATH": {
|
|
"windows": "C:/Program Files (x86)/QuickTime/QTSystem/;{PATH}"
|
|
},
|
|
"PYPE_LOG_NO_COLORS": "True",
|
|
"PYTHONPATH": {
|
|
"windows": "{VIRTUAL_ENV}/Lib/site-packages;{PYTHONPATH}",
|
|
"linux": "{VIRTUAL_ENV}/lib/python3.6/site-packages:{PYTHONPATH}"
|
|
}
|
|
}
|