Skip to content

Commit

Permalink
add shotgrid module setting in global setting
Browse files Browse the repository at this point in the history
  • Loading branch information
clement.hector authored and ClementHector committed Feb 7, 2022
1 parent 584856a commit 8606f7a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openpype/settings/defaults/system_settings/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
}
}
},
"shotgrid": {
"enabled": true,
"shotgrid_server": ""
},
"timers_manager": {
"enabled": true,
"auto_stop": true,
Expand Down Expand Up @@ -188,9 +192,6 @@
"log_viewer": {
"enabled": true
},
"shotgun": {
"enabled": true
},
"standalonepublish_tool": {
"enabled": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@
"type": "schema",
"name": "schema_ftrack"
},
{
"type": "dict",
"key": "shotgrid",
"label": "Shotgrid",
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "text",
"key": "shotgrid_server",
"label": "Server URL"
}
]
},
{
"type": "dict",
"key": "timers_manager",
Expand Down

0 comments on commit 8606f7a

Please sign in to comment.