From 93793655ea2e29ade756bbc66c4087280beeecd4 Mon Sep 17 00:00:00 2001 From: Robin De Lillo Date: Tue, 1 Oct 2024 08:00:43 -0400 Subject: [PATCH] Update client/ayon_core/plugins/publish/extract_otio_review.py Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- client/ayon_core/plugins/publish/extract_otio_review.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/ayon_core/plugins/publish/extract_otio_review.py b/client/ayon_core/plugins/publish/extract_otio_review.py index 30c6dfd424..a7ef819c5d 100644 --- a/client/ayon_core/plugins/publish/extract_otio_review.py +++ b/client/ayon_core/plugins/publish/extract_otio_review.py @@ -107,9 +107,6 @@ class ExtractOTIOReview(publish.Extractor): otio_media = r_otio_cl.media_reference media_metadata = otio_media.metadata - variables = (self.to_width, self.to_height) - keys = ("width", "height") - # get from media reference metadata source # TODO 'openpype' prefix should be removed (added 24/09/03) # NOTE it looks like it is set only in hiero integration