mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/hosts/maya/plugins/publish/collect_review.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
90f5fa852e
commit
197067d6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue