Skip to content

Commit

Permalink
remove 'OPENPYPE_STUDIO_PLUGINS'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 9, 2024
1 parent 83a0760 commit b92d2be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"nuke": {
"enabled": true,
"host_name": "nuke",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"environment": "{}",
"variants": [
{
"name": "15-0",
Expand Down Expand Up @@ -246,7 +246,7 @@
"nukeassist": {
"enabled": true,
"host_name": "nuke",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"environment": "{}",
"variants": [
{
"name": "15-0",
Expand Down Expand Up @@ -328,7 +328,7 @@
"nukex": {
"enabled": true,
"host_name": "nuke",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"environment": "{}",
"variants": [
{
"name": "15-0",
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"wrap": {
"enabled": true,
"host_name": "wrap",
"environment": "{\n \n}",
"environment": "{}",
"variants": [
{
"name": "2023",
Expand All @@ -1105,14 +1105,14 @@
"darwin": [],
"linux": []
},
"environment": "{\n \n}"
"environment": "{}"
}
]
},
"openrv": {
"enabled": true,
"host_name": "openrv",
"environment": "{\n \n}",
"environment": "{}",
"variants": [
{
"name": "1.0.0",
Expand All @@ -1126,14 +1126,14 @@
"darwin": [],
"linux": []
},
"environment": "{\n \n}"
"environment": "{}"
}
]
},
"zbrush": {
"enabled": true,
"host_name": "zbrush",
"environment": "{\n \"ZBRUSH_PLUGIN_PATH\": [\n \"{ZBRUSH_PLUGIN_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/zbrush/api/zscripts\"\n ]\n}",
"environment": "{}",
"variants": [
{
"name": "2024",
Expand Down

0 comments on commit b92d2be

Please sign in to comment.