From 62a2346ba6cbc38b112ae7744b637992c359df41 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 10 Nov 2020 19:22:36 +0100 Subject: [PATCH] renamed key `frameRate` to `fps` --- pype/plugins/tvpaint/publish/collect_workfile_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/tvpaint/publish/collect_workfile_data.py b/pype/plugins/tvpaint/publish/collect_workfile_data.py index 87076e978d..34709e34b0 100644 --- a/pype/plugins/tvpaint/publish/collect_workfile_data.py +++ b/pype/plugins/tvpaint/publish/collect_workfile_data.py @@ -48,7 +48,7 @@ class CollectWorkfileData(pyblish.api.ContextPlugin): "sceneHeight": height, "pixelAspect": pixel_apsect, "frameStart": frame_start, - "frameRate": frame_rate, + "fps": frame_rate, "fieldOrder": field_order } self.log.debug(