mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Convert imageseuqnece loader
This commit is contained in:
parent
279b221e33
commit
1a15dc78ce
3 changed files with 10 additions and 8 deletions
|
|
@ -124,7 +124,9 @@ def check_inventory():
|
|||
outdated_nodes = []
|
||||
for container in outdated_containers:
|
||||
if container["loader"] == "ImageSequenceLoader":
|
||||
outdated_nodes.append(container["name"])
|
||||
outdated_nodes.append(
|
||||
harmony.find_node_by_name(container["name"]), "READ"
|
||||
)
|
||||
harmony.send({"function": func, "args": [outdated_nodes]})
|
||||
|
||||
# Warn about outdated containers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue