mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #350 from pypeclub/feature/app_tool_presets_migration
simplify apps and tools configuration
This commit is contained in:
commit
2adfe36626
14 changed files with 526 additions and 243 deletions
|
|
@ -105,11 +105,10 @@ class IntentModel(QtGui.QStandardItemModel):
|
|||
|
||||
intents_preset = (
|
||||
config.get_presets()
|
||||
.get("tools", {})
|
||||
.get("pyblish", {})
|
||||
.get("ui", {})
|
||||
.get("intents", {})
|
||||
.get("global", {})
|
||||
.get("intent", {})
|
||||
)
|
||||
|
||||
default = intents_preset.get("default")
|
||||
items = intents_preset.get("items", {})
|
||||
if not items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue