mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Order instances for processing
This commit is contained in:
parent
12a0db85bb
commit
7eea0cab97
4 changed files with 36 additions and 5 deletions
|
|
@ -2121,7 +2121,7 @@ class CreateContext:
|
|||
|
||||
def reset_instances(self):
|
||||
"""Reload instances"""
|
||||
self._instances_by_id = {}
|
||||
self._instances_by_id = collections.OrderedDict()
|
||||
|
||||
# Collect instances
|
||||
error_message = "Collection of instances for creator {} failed. {}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue