From 81ef4334adf69320d5e65ad254f02a3a292127b4 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 2 Apr 2021 14:20:49 +0200 Subject: [PATCH] AE - clean up signature for rename_item --- openpype/hosts/aftereffects/plugins/load/load_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/aftereffects/plugins/load/load_file.py b/openpype/hosts/aftereffects/plugins/load/load_file.py index 74de6b7ac1..e63a538e7b 100644 --- a/openpype/hosts/aftereffects/plugins/load/load_file.py +++ b/openpype/hosts/aftereffects/plugins/load/load_file.py @@ -88,7 +88,7 @@ class FileLoader(api.Loader): layer_name = container["namespace"] path = api.get_representation_path(representation) # with aftereffects.maintained_selection(): # TODO - stub.replace_item(layer, path, stub.LOADED_ICON + layer_name) + stub.replace_item(layer.id, path, stub.LOADED_ICON + layer_name) stub.imprint( layer, {"representation": str(representation["_id"]), "name": context["subset"],