diff --git a/colorbleed/plugins/global/publish/integrate.py b/colorbleed/plugins/global/publish/integrate.py index 5d757b3b1c..869291c91b 100644 --- a/colorbleed/plugins/global/publish/integrate.py +++ b/colorbleed/plugins/global/publish/integrate.py @@ -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"]