mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Add todo/question regarding intent
This commit is contained in:
parent
e6209555b0
commit
52fd21d854
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class CollectAnatomyContextData(pyblish.api.ContextPlugin):
|
|||
}
|
||||
})
|
||||
|
||||
# todo: some code actually expects the dict itself and others doesn't
|
||||
# question: what should it be?
|
||||
intent = context.data.get("intent")
|
||||
if intent and isinstance(intent, dict):
|
||||
intent = intent.get("value")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue