Added fps to version data

This commit is contained in:
wikoreman 2018-10-26 15:16:57 +02:00
parent 4fd529aebf
commit a186b67d6f

View file

@ -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"]