mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add todo
This commit is contained in:
parent
52fd21d854
commit
4c78976d3d
1 changed files with 2 additions and 0 deletions
|
|
@ -688,6 +688,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"fps": instance.data.get("fps", context.data.get("fps"))
|
||||
}
|
||||
|
||||
# todo: preferably we wouldn't need this "if dict" etc. logic and
|
||||
# instead be able to rely what the input value is if it's set.
|
||||
intent_value = context.data.get("intent")
|
||||
if intent_value and isinstance(intent_value, dict):
|
||||
intent_value = intent_value.get("value")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue