renamed key frameRate to fps

This commit is contained in:
iLLiCiTiT 2020-11-10 19:22:36 +01:00
parent 98bcea52a5
commit 62a2346ba6

View file

@ -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(