add studio SW example

This commit is contained in:
Milan Kolar 2023-12-06 17:51:03 +01:00
parent 26de73ca1a
commit 8bcd4b793a
2 changed files with 2 additions and 1 deletions

View file

@ -198,7 +198,7 @@ DEFAULT_VALUES = {
},
"studio_name": "",
"studio_code": "",
"environments": "{}",
"environments": "{\n\"STUDIO_SW\": {\n \"darwin\": \"/mnt/REPO_SW\",\n \"linux\": \"/mnt/REPO_SW\",\n \"windows\": \"P:/REPO_SW\"\n }\n}",
"tools": DEFAULT_TOOLS_VALUES,
"version_start_category": {
"profiles": []

View file

@ -97,6 +97,7 @@ DEFAULT_MEL_WORKSPACE_SETTINGS = "\n".join((
'workspace -fr "renderData" "renderData";',
'workspace -fr "sourceImages" "sourceimages";',
'workspace -fr "fileCache" "cache/nCache";',
'workspace -fr "autoSave" "autosave"',
'',
))