mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed key frameRate to fps
This commit is contained in:
parent
98bcea52a5
commit
62a2346ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue