mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'hotfix/standalonep-entity-data-error' into release/2.14.0
This commit is contained in:
commit
c4d329ed48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue