diff --git a/colorbleed/plugins/publish/integrate.py b/colorbleed/plugins/publish/integrate.py index 17285effce..08f82e827e 100644 --- a/colorbleed/plugins/publish/integrate.py +++ b/colorbleed/plugins/publish/integrate.py @@ -223,6 +223,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin): representations.append(representation) self.log.info("Registering {} items".format(len(representations))) + io.insert_many(representations) def integrate(self, instance):