From 700006692a27793e8295b212bdea06e650d3078f Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:15:02 +0200 Subject: [PATCH] added order and icon to --- client/ayon_core/pipeline/actions/loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ayon_core/pipeline/actions/loader.py b/client/ayon_core/pipeline/actions/loader.py index a6cceabd76..ccc81a2d73 100644 --- a/client/ayon_core/pipeline/actions/loader.py +++ b/client/ayon_core/pipeline/actions/loader.py @@ -349,7 +349,9 @@ class LoaderActionItem: entity_ids: set[str] entity_type: str label: str + order: int = 0 group_label: Optional[str] = None + icon: Optional[dict[str, Any]] = None # Is filled automatically plugin_identifier: str = None