From 4fc80a22a47b549aee2a17607c512006e5ac291c Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 27 Feb 2024 09:43:06 +0100 Subject: [PATCH] remo unused '_id' from json --- .../hosts/blender/plugins/publish/integrate_animation.py | 1 - 1 file changed, 1 deletion(-) 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: