mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix default json project_settings by setting defaults through run_settings UI
This commit is contained in:
parent
4781fc56b4
commit
6c658f7da3
1 changed files with 13 additions and 29 deletions
|
|
@ -1,32 +1,4 @@
|
|||
{
|
||||
"ext_mapping": {
|
||||
"model": "hrox",
|
||||
"mayaAscii": "hrox",
|
||||
"camera": "hrox",
|
||||
"rig": "hrox",
|
||||
"workfile": "hrox",
|
||||
"yetiRig": "hrox"
|
||||
},
|
||||
"hiero-dirmap": {
|
||||
"enabled": false,
|
||||
"paths": {
|
||||
"source-path": [],
|
||||
"destination-path": []
|
||||
}
|
||||
},
|
||||
"scriptsmenu": {
|
||||
"name": "OpenPype Tools",
|
||||
"definition": [
|
||||
{
|
||||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "OpenPype Docs",
|
||||
"command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_hiero')",
|
||||
"tooltip": "Open the OpenPype Hiero user doc page"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"create": {
|
||||
"CreateShotClip": {
|
||||
"hierarchy": "{folder}/{sequence}",
|
||||
|
|
@ -79,5 +51,17 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"filters": {}
|
||||
"filters": {},
|
||||
"scriptsmenu": {
|
||||
"name": "OpenPype Tools",
|
||||
"definition": [
|
||||
{
|
||||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "OpenPype Docs",
|
||||
"command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_hiero')",
|
||||
"tooltip": "Open the OpenPype Hiero user doc page"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue