Update openpype/hosts/maya/plugins/publish/collect_review.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Ondřej Samohel 2023-07-11 15:48:01 +02:00 committed by GitHub
parent 90f5fa852e
commit 197067d6e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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