Merge branch 'hotfix/standalonep-entity-data-error' into release/2.14.0

This commit is contained in:
Jakub Jezek 2020-11-19 11:39:37 +01:00
commit c4d329ed48
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
})