diff --git a/client/ayon_core/hosts/blender/plugins/publish/integrate_animation.py b/client/ayon_core/hosts/blender/plugins/publish/integrate_animation.py index 35f7fb4496..a10144ebf5 100644 --- a/client/ayon_core/hosts/blender/plugins/publish/integrate_animation.py +++ b/client/ayon_core/hosts/blender/plugins/publish/integrate_animation.py @@ -47,7 +47,6 @@ class IntegrateAnimation( obj_id = rep["representation"]["_id"] if obj_id: - json_dict["_id"] = str(obj_id) json_dict["representation_id"] = str(obj_id) with open(json_path, "w") as file: