mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
AE - clean up signature for rename_item
This commit is contained in:
parent
026c732474
commit
81ef4334ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue