From c852a429e5e643439b3fda9c6b2df814803b7865 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:16:34 +0200 Subject: [PATCH] use first udim for single file --- client/ayon_core/plugins/publish/integrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/plugins/publish/integrate.py b/client/ayon_core/plugins/publish/integrate.py index 1bad97bc61..4808456ba9 100644 --- a/client/ayon_core/plugins/publish/integrate.py +++ b/client/ayon_core/plugins/publish/integrate.py @@ -765,7 +765,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin): # Manage anatomy template data template_data.pop("frame", None) if is_udim: - template_data["udim"] = repre["udim"] + template_data["udim"] = repre["udim"][0] # Construct destination filepath from template template_filled = path_template_obj.format_strict(template_data) repre_context = template_filled.used_values