mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add zbrush being part of application.json
This commit is contained in:
parent
11e89c100e
commit
38c8cf2e3b
1 changed files with 26 additions and 0 deletions
|
|
@ -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": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue