mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
create copy of hierarchy context before any manipulation
This commit is contained in:
parent
372c74b406
commit
4d1907b94b
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ class CollectAnatomyInstanceData(pyblish.api.ContextPlugin):
|
|||
"""
|
||||
|
||||
hierarchy_queue = collections.deque()
|
||||
hierarchy_queue.append(hierarchy_context)
|
||||
hierarchy_queue.append(copy.deepcopy(hierarchy_context))
|
||||
while hierarchy_queue:
|
||||
item = hierarchy_queue.popleft()
|
||||
if asset_name in item:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue