fix default json project_settings by setting defaults through run_settings UI

This commit is contained in:
Thomas Fricard 2022-07-04 14:24:07 +02:00
parent 4781fc56b4
commit 6c658f7da3

View file

@ -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"
}
]
}
}