add zbrush being part of application.json

This commit is contained in:
moonyuet 2024-03-19 14:48:46 +01:00
parent 11e89c100e
commit 38c8cf2e3b

View file

@ -1225,6 +1225,32 @@
}
]
},
"zbrush": {
"enabled": true,
"label": "Zbrush",
"icon": "{}/app_icons/zbrush.png",
"host_name": "zbrush",
"environment": "{\n \"ZBRUSH_PLUGIN_PATH\": [\n \"{ZBRUSH_PLUGIN_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/zbrush/api/zscripts\"\n ]\n}",
"variants": [
{
"name": "2024",
"use_python_2": false,
"executables": {
"windows": [
"C:\\Program Files\\Maxon ZBrush 2024\\ZBrush.exe"
],
"darwin": [],
"linux": []
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": "{}"
}
]
},
"additional_apps": []
}
}