From 344ed86dc0350728bb967a8d83566d0f2fedfbd7 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:41:34 +0200 Subject: [PATCH] better name to change create attr defs --- client/ayon_core/pipeline/create/structures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/create/structures.py b/client/ayon_core/pipeline/create/structures.py index 32aac6562e..9d7bd5387e 100644 --- a/client/ayon_core/pipeline/create/structures.py +++ b/client/ayon_core/pipeline/create/structures.py @@ -736,7 +736,7 @@ class CreatedInstance: return output - def update_create_attr_defs(self, attr_defs, value=None): + def set_create_attr_defs(self, attr_defs, value=None): """Create plugin updates create attribute definitions. Method called by create plugin when attribute definitions should