From 197067d6e7a84c49e15a647186d163fcd642bec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:48:01 +0200 Subject: [PATCH] Update openpype/hosts/maya/plugins/publish/collect_review.py Co-authored-by: Roy Nieterau --- openpype/hosts/maya/plugins/publish/collect_review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/collect_review.py b/openpype/hosts/maya/plugins/publish/collect_review.py index 84de971915..6cb10f9066 100644 --- a/openpype/hosts/maya/plugins/publish/collect_review.py +++ b/openpype/hosts/maya/plugins/publish/collect_review.py @@ -98,7 +98,7 @@ class CollectReview(pyblish.api.InstancePlugin): # representations. Once plugins like Extract Review start # using representations, this should be removed from here # as Extract Playblast is already adding fps to representation. - data['fps'] = instance.context.data['fps'] + data['fps'] = context.data['fps'] data['review_width'] = instance.data['review_width'] data['review_height'] = instance.data['review_height'] data["isolate"] = instance.data["isolate"]