This commit is contained in:
Roy Nieterau 2022-04-02 20:55:40 +02:00
parent 52fd21d854
commit 4c78976d3d

View file

@ -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")