mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Added fps to version data
This commit is contained in:
parent
4fd529aebf
commit
a186b67d6f
1 changed files with 2 additions and 1 deletions
|
|
@ -341,7 +341,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
"author": context.data["user"],
|
||||
"source": source,
|
||||
"comment": context.data.get("comment"),
|
||||
"machine": context.data.get("machine")}
|
||||
"machine": context.data.get("machine"),
|
||||
"fps": context.data.get("fps")}
|
||||
|
||||
# Include optional data if present in
|
||||
optionals = ["startFrame", "endFrame", "step", "handles"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue