Merge branch 'hotfix/standalonep-entity-data-error' into 2.x/develop

This commit is contained in:
Jakub Jezek 2020-11-19 11:39:13 +01:00
commit eaad3af60a
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -22,7 +22,7 @@ class CollectInstanceData(pyblish.api.InstancePlugin):
hosts = ["standalonepublisher"]
def process(self, instance):
fps = instance.data["assetEntity"]["data"]["fps"]
fps = instance.context.data["fps"]
instance.data.update({
"fps": fps
})